0.1.2-dev-2
This commit is contained in:
parent
1b5e9cdd35
commit
13a246d85d
@ -1,4 +1,4 @@
|
||||
val kmathVersion by extra("0.1.2-dev-1")
|
||||
val kmathVersion by extra("0.1.2-dev-2")
|
||||
|
||||
allprojects {
|
||||
// apply(plugin = "maven")
|
||||
|
@ -3,7 +3,7 @@ import org.jfrog.gradle.plugin.artifactory.dsl.PublisherConfig
|
||||
import org.jfrog.gradle.plugin.artifactory.dsl.ResolverConfig
|
||||
|
||||
plugins {
|
||||
id("com.jfrog.artifactory") version "4.9.5"
|
||||
id("com.jfrog.artifactory")
|
||||
}
|
||||
|
||||
artifactory {
|
||||
|
@ -9,7 +9,7 @@ import com.jfrog.bintray.gradle.BintrayExtension.VersionConfig
|
||||
// (excluding Property.set and bintray dynamic configs)
|
||||
|
||||
plugins {
|
||||
id("com.jfrog.bintray") version "1.8.4"
|
||||
id("com.jfrog.bintray")
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user