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-
31group = ' com.github.holgerbrandl'
4- version = ' 1.0'
5-
6- repositories {
7- mavenCentral()
8- }
2+ version = ' 1.1'
93
104buildscript {
11- ext. kotlin_version = ' 1.1.2 '
5+ ext. kotlin_version = ' 1.1.60 '
126
137 repositories {
148 mavenCentral()
159 }
10+
1611 dependencies {
1712 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1813 }
1914}
2015
16+
2117apply plugin : ' java'
2218apply plugin : ' kotlin'
2319apply plugin : ' maven-publish'
2420
21+
2522repositories {
26- jcenter ()
23+ mavenCentral ()
2724}
2825
26+ // should not be needed
27+ // dependencies {
28+ // compileOnly "org.jetbrains.kotlin:kotlin-stdlib"
29+ // }
30+
2931task sourcesJar (type : Jar , dependsOn : classes) {
3032 classifier = ' sources'
3133 from sourceSets. main. allSource
@@ -41,8 +43,6 @@ artifacts {
4143 archives javadocJar
4244}
4345
44-
45-
4646publishing {
4747 publications {
4848 maven(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments