[repo] Remove the shadow version from version.properties

This commit is contained in:
Yahor Berdnikau
2023-08-04 11:39:42 +02:00
committed by Space Team
parent c58eef8330
commit c701677e45
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
gradle-toolchains-foojay-resolver = "0.4.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"
proguard = "6.2.2"
ktor = "2.0.2" # should be in sync with versions.properties
-2
View File
@@ -22,8 +22,6 @@ versions.lz4-java=1.7.1
versions.org.junit.platform=1.7.0
versions.oro=2.0.8
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.streamex=0.7.2
versions.trove4j=1.0.20200330
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
compileOnly(kotlin("stdlib", embeddedKotlinVersion))
compileOnly(gradleApi())
compileOnly(gradleKotlinDsl())
compileOnly("gradle.plugin.com.github.johnrengelman:shadow:${rootProject.extra["versions.shadow"]}")
compileOnly(libs.shadow.gradlePlugin)
}
sourceSets {