Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
FINCN-179 gradle to 4.10.3
- Loading branch information
Juhan Aasaru
authored and
Juhan Aasaru
committed
Oct 1, 2019
1 parent
dde176d
commit 18e20cc4c864e9a00863c1d725f7d33e548b0023
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIN
+1.92 KB
(100%)
gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,7 @@ | ||
#Mon Sep 30 20:06:23 EEST 2019 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -74,6 +74,7 @@ dependencies { | ||
tasks.withType(PublishToMavenLocal) { task -> | ||
task.dependsOn 'bootRepackage' | ||
} | ||
|
||
publishing { | ||
publications { | ||
service(MavenPublication) { | ||