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 minimum changes to upgrade gradle to 4.10.3, FINCN-178 make…
… Travis build forks,
- Loading branch information
Juhan Aasaru
authored and
Juhan Aasaru
committed
Sep 30, 2019
1 parent
e53cebb
commit 4a2c7b57ef73a1271207bae948d0c4d9ac23d127
Showing
4 changed files
with
15 additions
and
7 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
@@ -81,7 +81,7 @@ dependencies { | ||
} | ||
|
||
jar { | ||
from sourceSets.main.allSource | ||
from sourceSets.main.java | ||
} | ||
|
||
publishing { | ||
BIN
+0 Bytes
(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,6 @@ | ||
#Mon Mar 13 18:26:40 CET 2017 | ||
#Mon Sep 30 22:29:06 EEST 2019 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip | ||
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