File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 // buildscript dependencies can be used for build time plugins.
77 dependencies {
8- classpath " com.github.jengelman.gradle.plugins:shadow:1.2.3 "
8+ classpath " com.github.jengelman.gradle.plugins:shadow:2.0.4 "
99 }
1010}
1111
@@ -34,7 +34,7 @@ allprojects {
3434 }
3535 }
3636
37- repositories {
37+ repositories {
3838 mavenLocal()
3939 mavenCentral()
4040 maven { url ' https://jitpack.io' } // This allows us to use jitpack projects
@@ -51,7 +51,7 @@ allprojects {
5151 force(' io.reactivex:rxjava:1.1.2' )
5252 force(' com.google.code.gson:gson:2.6.2' )
5353 force(' commons-logging:commons-logging:1.2' )
54-
54+
5555 // cache dynamic versions for 10 minutes
5656 cacheDynamicVersionsFor 10 * 60 , ' seconds'
5757 // don't cache changing modules at all
@@ -77,12 +77,4 @@ allprojects {
7777 }
7878 // Maven Publish End
7979}
80-
81- subprojects {
82- apply plugin : ' com.github.johnrengelman.shadow'
83-
84- shadowJar {
85- classifier = null
86- }
87- }
8880// {{end:build}}
Original file line number Diff line number Diff line change 1- org.gradle.configureondemand =true
2- // org.gradle.parallel =true
1+ // org.gradle.configureondemand =true
2+ org.gradle.parallel =true
Original file line number Diff line number Diff line change 11// {{start:dependencies}}
2+ apply plugin : ' com.github.johnrengelman.shadow'
3+
24dependencies {
35 // Project reference
46 compile project(' :stubbornjava-undertow' )
You can’t perform that action at this time.
0 commit comments