Skip to content

Commit a20b77a

Browse files
author
mjoyner
committed
jitpack.io
1 parent 7ffdbcd commit a20b77a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CherokeeLanguageUtils/build.gradle

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'java'
22
apply plugin: 'eclipse-wtp'
3+
apply plugin: 'maven'
4+
5+
group "com.github.michael-joyner"
36

47
sourceCompatibility = 1.7
58
compileJava.options.encoding = 'UTF-8'
@@ -9,18 +12,19 @@ if (new File(RTJAR).exists()) {
912
compileJava.options.bootClasspath=RTJAR
1013
}
1114

12-
jar {
13-
from project.sourceSets.main.allSource
14-
from project.sourceSets.main.output
15-
from ('src/main/resources') {
16-
include 'client/stubs/**/*.java'
17-
}
18-
}
15+
//jar {
16+
// from project.sourceSets.main.allSource
17+
// from project.sourceSets.main.output
18+
// from ('src/main/resources') {
19+
// include 'client/stubs/**/*.java'
20+
// }
21+
//}
1922

20-
version = '20160129'
23+
version = '20160731'
2124

2225
repositories {
2326
jcenter()
27+
maven { url "https://jitpack.io" }
2428
}
2529

2630

0 commit comments

Comments
 (0)