Skip to content

Commit 87ea5f0

Browse files
authored
Disable build version (#39)
1 parent 829520d commit 87ea5f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ publishing {
142142
return version + "." + buildNumber
143143
}
144144
}
145-
version = get_version()
145+
//TODO: add the build version properly
146+
//version = get_version()
146147
from components.java
147148
versionMapping {
148149
usage('java-api') {

0 commit comments

Comments
 (0)