Skip to content

Commit 389e005

Browse files
committed
exclude root project from build
1 parent 7a6c0f4 commit 389e005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
rootProject.version = "9.10.0"
1+
rootProject.version = "9.10.0-test2"
22
group = 'javasabr'
33

4-
allprojects {
4+
subprojects {
55

66
repositories {
77
mavenCentral()

0 commit comments

Comments
 (0)