Skip to content

Commit

Permalink
updated to gradle 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konketf committed Jul 16, 2023
1 parent ba78e74 commit ea2fb20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bundles/sirix-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ dependencies {
testImplementation testLibraries.junit
testImplementation testLibraries.vertxJunit5
testImplementation testLibraries.jsonassert

}



description = 'Non-blocking REST-API for SirixDB.'

shadowJar {
classifier = 'fat'
archiveClassifier = 'fat'
manifest {
inheritFrom project.tasks.jar.manifest
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ea2fb20

Please sign in to comment.