File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id " idea"
3- id " com.github.mxenabled.coppuccino" version " 5.0.0-SNAPSHOT " apply false
4- id " com.github.mxenabled.vogue" version " 2.0.0-SNAPSHOT "
3+ id " com.github.mxenabled.coppuccino" version " 5.+ " apply false
4+ id " com.github.mxenabled.vogue" version " 2.+ "
55 id " io.freefair.lombok" version " 8.+" apply false
66 id " io.github.gradle-nexus.publish-plugin" version " 1.1.+"
77 id " com.netflix.nebula.maven-resolved-dependencies" version " 21.2.0" apply false
88}
99
10- version " 19 .0.0-SNAPSHOT " // x-release-please-version
10+ version " 18 .0.0" // x-release-please-version
1111
1212def platformProject = " platform"
1313def publishedProjects = [
@@ -39,7 +39,7 @@ allprojects {
3939 }
4040
4141 ext {
42- pathSDKVersion = " 5.0.0-SNAPSHOT "
42+ pathSDKVersion = " 5.+ "
4343 springVersion = " 3.5.8"
4444 }
4545}
@@ -64,13 +64,6 @@ subprojects {
6464
6565 compileJava { options. compilerArgs << " -parameters" }
6666
67- sourceSets {
68- test {
69- groovy { srcDirs " src/test/groovy" }
70- java { srcDirs " src/test/java" }
71- }
72- }
73-
7467 javadoc {
7568 classpath = configurations. compileClasspath
7669 options {
You can’t perform that action at this time.
0 commit comments