fixed publishing for newer kotlin
This commit is contained in:
parent
e7f44bb5a0
commit
5357b05f4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/node_modules
|
||||
.kotlin
|
||||
/.gigaide/gigaide.properties
|
||||
/java_pid40366.hprof
|
||||
|
@ -98,6 +98,7 @@ kotlin {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
val mavenToken by lazy {
|
||||
@ -117,8 +118,6 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
tasks.dokkaHtml.configure {
|
||||
outputDirectory.set(buildDir.resolve("dokka"))
|
||||
dokkaSourceSets {
|
||||
|
Loading…
x
Reference in New Issue
Block a user