Skip to content

Commit bb556bd

Browse files
author
Glenn Ricaud
committed
1.0.0 release
1 parent 1b8ee0b commit bb556bd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

build.gradle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'jacoco'
33
apply plugin: 'maven'
44
apply plugin: 'maven-publish'
5+
apply plugin: 'com.enonic.defaults'
56

67
repositories {
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+
1328
dependencies {
1429
compile "com.enonic.xp:script-api:${xpVersion}"
1530
compile 'com.squareup.okhttp3:okhttp:3.4.2'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.enonic.lib
22
projectName=lib-http-client
33
xpVersion=6.9.0
4-
version=1.0.0-SNAPSHOT
4+
version=1.0.0

0 commit comments

Comments
 (0)