Skip to content

Commit 1d9f1a0

Browse files
authored
Use standard module versioning for standalone module (#53)
1 parent a170429 commit 1d9f1a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

standalone/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ plugins {
2222
id 'org.labkey.build.module'
2323
}
2424

25-
project.version="0.0.1-SNAPSHOT" // this can use your own versioning scheme
25+
// this can use your own versioning scheme
26+
// project.version="0.0.1-SNAPSHOT"
2627

2728
dependencies
2829
{

0 commit comments

Comments
 (0)