File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' java'
22apply plugin : ' eclipse-wtp'
3+ apply plugin : ' maven'
4+
5+ group " com.github.michael-joyner"
36
47sourceCompatibility = 1.7
58compileJava. 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
2225repositories {
2326 jcenter()
27+ maven { url " https://jitpack.io" }
2428}
2529
2630
You can’t perform that action at this time.
0 commit comments