File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- kotlin_version = ' 1.1.4'
2
-
3
1
group = ' com.github.holgerbrandl'
4
- version = ' 1.0'
5
-
6
- repositories {
7
- mavenCentral()
8
- }
2
+ version = ' 1.1'
9
3
10
4
buildscript {
11
- ext. kotlin_version = ' 1.1.2 '
5
+ ext. kotlin_version = ' 1.1.60 '
12
6
13
7
repositories {
14
8
mavenCentral()
15
9
}
10
+
16
11
dependencies {
17
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
18
13
}
19
14
}
20
15
16
+
21
17
apply plugin : ' java'
22
18
apply plugin : ' kotlin'
23
19
apply plugin : ' maven-publish'
24
20
21
+
25
22
repositories {
26
- jcenter ()
23
+ mavenCentral ()
27
24
}
28
25
26
+ // should not be needed
27
+ // dependencies {
28
+ // compileOnly "org.jetbrains.kotlin:kotlin-stdlib"
29
+ // }
30
+
29
31
task sourcesJar (type : Jar , dependsOn : classes) {
30
32
classifier = ' sources'
31
33
from sourceSets. main. allSource
@@ -41,8 +43,6 @@ artifacts {
41
43
archives javadocJar
42
44
}
43
45
44
-
45
-
46
46
publishing {
47
47
publications {
48
48
maven(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments