Skip to content

Commit c4d9107

Browse files
author
mjoyner
committed
version
1 parent 5b5065c commit c4d9107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CherokeeLanguageUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'eclipse-wtp'
33
apply plugin: 'maven'
44

5+
version = '20160801'
56
group "com.github.michael-joyner"
67

78
sourceCompatibility = 1.7
@@ -12,7 +13,6 @@ if (new File(RTJAR).exists()) {
1213
compileJava.options.bootClasspath=RTJAR
1314
}
1415

15-
version = '20160801'
1616

1717
repositories {
1818
jcenter()

0 commit comments

Comments
 (0)