[repo] Remove the shadow version from version.properties
This commit is contained in:
committed by
Space Team
parent
c58eef8330
commit
c701677e45
@@ -7,7 +7,7 @@ gradle-plugin-publish = "1.0.0"
|
|||||||
# Version for foojay should be also synced with version in repo/gradle-settings-conventions/settings.gradle.kts
|
# Version for foojay should be also synced with version in repo/gradle-settings-conventions/settings.gradle.kts
|
||||||
gradle-toolchains-foojay-resolver = "0.4.0"
|
gradle-toolchains-foojay-resolver = "0.4.0"
|
||||||
kotlinx-serialization = "1.5.0"
|
kotlinx-serialization = "1.5.0"
|
||||||
shadow = "7.1.2" # should be in sync with versions.properties
|
shadow = "7.1.2"
|
||||||
spdx = "0.1.0-dev-10"
|
spdx = "0.1.0-dev-10"
|
||||||
proguard = "6.2.2"
|
proguard = "6.2.2"
|
||||||
ktor = "2.0.2" # should be in sync with versions.properties
|
ktor = "2.0.2" # should be in sync with versions.properties
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ versions.lz4-java=1.7.1
|
|||||||
versions.org.junit.platform=1.7.0
|
versions.org.junit.platform=1.7.0
|
||||||
versions.oro=2.0.8
|
versions.oro=2.0.8
|
||||||
versions.serviceMessages=2019.1.4
|
versions.serviceMessages=2019.1.4
|
||||||
# Should be in sync with libs.versions.toml
|
|
||||||
versions.shadow=7.1.2
|
|
||||||
versions.stax2-api=4.2.1
|
versions.stax2-api=4.2.1
|
||||||
versions.streamex=0.7.2
|
versions.streamex=0.7.2
|
||||||
versions.trove4j=1.0.20200330
|
versions.trove4j=1.0.20200330
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ dependencies {
|
|||||||
compileOnly(kotlin("stdlib", embeddedKotlinVersion))
|
compileOnly(kotlin("stdlib", embeddedKotlinVersion))
|
||||||
compileOnly(gradleApi())
|
compileOnly(gradleApi())
|
||||||
compileOnly(gradleKotlinDsl())
|
compileOnly(gradleKotlinDsl())
|
||||||
compileOnly("gradle.plugin.com.github.johnrengelman:shadow:${rootProject.extra["versions.shadow"]}")
|
compileOnly(libs.shadow.gradlePlugin)
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user