File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apply plugin: 'java'
22apply plugin : ' jacoco'
33apply plugin : ' maven'
44apply plugin : ' maven-publish'
5+ apply plugin : ' com.enonic.defaults'
56
67repositories {
78 jcenter()
@@ -10,6 +11,20 @@ repositories {
1011 }
1112}
1213
14+ buildscript {
15+ repositories {
16+ jcenter()
17+ maven {
18+ url ' https://repo.enonic.com/public'
19+ }
20+ }
21+
22+ dependencies {
23+ classpath ' com.enonic.gradle:gradle-defaults:1.0.1'
24+ }
25+ }
26+
27+
1328dependencies {
1429 compile " com.enonic.xp:script-api:${ xpVersion} "
1530 compile ' com.squareup.okhttp3:okhttp:3.4.2'
Original file line number Diff line number Diff line change 11group =com.enonic.lib
22projectName =lib-http-client
33xpVersion =6.9.0
4- version =1.0.0-SNAPSHOT
4+ version =1.0.0
You can’t perform that action at this time.
0 commit comments