Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 8b9e505

Browse files
committed
build work
1 parent 108a45c commit 8b9e505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ nexusPublishing {
4040
}
4141
}
4242
}
43+
def releaseVersion = System.env.RELEASE_VERSION
44+
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
4345
group = 'com.graphql-java'
4446

4547
subprojects {
@@ -54,8 +56,6 @@ subprojects {
5456

5557
sourceCompatibility = 1.8
5658
targetCompatibility = 1.8
57-
def releaseVersion = System.env.RELEASE_VERSION
58-
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
5959

6060
ext {
6161
graphqlJavaVersion = "15.0"

0 commit comments

Comments
 (0)