Skip to content

Commit

Permalink
Merge pull request #43 from reportportal/master-to-develop
Browse files Browse the repository at this point in the history
Master to develop
  • Loading branch information
APiankouski authored Dec 20, 2024
2 parents ebb104f + 360a9bb commit e424bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.11.2
SCRIPTS_VERSION: 5.12.1
BOM_VERSION: 5.13.0
REPOSITORY_URL: 'https://maven.pkg.github.com/'

jobs:
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ jar {
}

shadowJar {
archiveClassifier.set(null)
zip64 true
dependencies {
include(dependency('com.google.guava:guava'))
include(dependency('com.rallydev.rest:rally-rest-api'))
include(dependency('com.google.code.gson:gson'))
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.12.0
version=5.12.2
description=EPAM Report portal. Rally Integration Plugin
pluginId = rally
junitVersion=5.11.0

0 comments on commit e424bde

Please sign in to comment.