[KPM] kotlin-gradle-plugin-idea: Bump minimalBackwardsCompatibleVersion
KT-51386
This commit is contained in:
committed by
Space
parent
a5a68543c2
commit
e55bba9c4c
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
object BackwardsCompatibilityTestConfiguration {
|
||||
const val minimalBackwardsCompatibleVersion = "1.7.0-dev-2018"
|
||||
const val minimalBackwardsCompatibleVersion = "1.7.0-dev-2723"
|
||||
}
|
||||
|
||||
kotlin.sourceSets.configureEach {
|
||||
@@ -30,10 +30,6 @@ dependencies {
|
||||
testFixturesImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
publish()
|
||||
javadocJar()
|
||||
sourcesJar()
|
||||
|
||||
Reference in New Issue
Block a user