File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 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+
113plugins {
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-
2321dependencies {
2422 compileOnly gradleApi()
2523 compile project (' :marklogic-client-api' )
You can’t perform that action at this time.
0 commit comments