Skip to content

Commit

Permalink
Configure versions to keep in version-catalog-conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Sep 8, 2023
1 parent 0339daa commit 6c0c460
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fileignoreconfig:
- filename: README.md
ignore_detectors: [filecontent]
- filename: build.gradle.kts
checksum: 09304b63f048e12a866dbbedec91f4e5ad268cec0ddce1beddaa606851d91cc2
checksum: 77b3ebb74c1ff33229ad194d91acaff773bc014904846710554118421277dc04
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ tasks {
rejectVersionIf { !isStable(candidate.version) }
}
}

versionCatalogUpdate {
keep {
versions.set(listOf("jacoco"))
keepUnusedPlugins.set(true)
}
}
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[versions]
# @keep
jacoco = "0.8.10"
kotlin = "1.9.10"
spring-boot = "3.1.3"
Expand Down Expand Up @@ -28,9 +27,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
sonarqube = "org.sonarqube:4.3.1.3277"
spotless = "com.diffplug.spotless:6.21.0"
# @keep
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
# @keep
spring-dependency-management = "io.spring.dependency-management:1.1.3"
test-logger = "com.adarshr.test-logger:3.2.0"
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.1"
Expand Down

0 comments on commit 6c0c460

Please sign in to comment.