Skip to content

Commit

Permalink
Merge pull request #500 from SpineEventEngine/force-kotlin-stdlib-jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
armiol authored Nov 24, 2023
2 parents f3d4902 + d5e86d3 commit 7381842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/DependencyResolution.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fun NamedDomainObjectContainer<Configuration>.forceVersions() {
}

private fun ResolutionStrategy.forceProductionDependencies() {
@Suppress("DEPRECATION") // Force SLF4J version.
@Suppress("DEPRECATION") // Force versions of SLF4J and Kotlin libs.
force(
AnimalSniffer.lib,
AutoCommon.lib,
Expand All @@ -95,6 +95,7 @@ private fun ResolutionStrategy.forceProductionDependencies() {
Kotlin.reflect,
Kotlin.stdLib,
Kotlin.stdLibCommon,
Kotlin.stdLibJdk7,
Kotlin.stdLibJdk8,
Protobuf.GradlePlugin.lib,
Protobuf.libs,
Expand Down

0 comments on commit 7381842

Please sign in to comment.