Skip to content

Commit 70f4859

Browse files
author
ehennum
committed
explicit repository declaration in build.gradle file #1114
1 parent 75b5387 commit 70f4859

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

ml-development-tools/build.gradle

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
mavenCentral()
5+
maven { url 'http://developer.marklogic.com/maven2' }
6+
}
7+
8+
dependencies {
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
10+
}
11+
}
12+
113
plugins {
214
id 'java'
315
id 'java-gradle-plugin'
@@ -6,20 +18,6 @@ plugins {
618
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
719
}
820

9-
// apply plugin: 'kotlin'
10-
apply plugin: 'java'
11-
apply plugin: 'java-gradle-plugin'
12-
apply plugin: 'maven-publish'
13-
14-
//group 'com.marklogic'
15-
//version '4.1'
16-
17-
repositories {
18-
jcenter()
19-
mavenCentral()
20-
maven { url 'http://developer.marklogic.com/maven2' }
21-
}
22-
2321
dependencies {
2422
compileOnly gradleApi()
2523
compile project (':marklogic-client-api')

0 commit comments

Comments
 (0)