Skip to content

Commit dc43884

Browse files
fix
1 parent 7cc9c16 commit dc43884

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

build.gradle

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
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

1212
def platformProject = "platform"
1313
def 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 {

0 commit comments

Comments
 (0)