File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
test-project-kotlin-pre-1-7 Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ updates:
4141 open-pull-requests-limit : 50
4242 schedule :
4343 interval : monthly
44+ ignore :
45+ - dependency-name : " org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin"
46+ # This pre-Kotlin-1.7 project must not have the Kotlin major version updated:
47+ update-types : [ "version-update:semver-major" ]
4448 - package-ecosystem : gradle
4549 directory : /test-project-mixed
4650 open-pull-requests-limit : 50
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- kotlin(" jvm" ) version " 1.9.22 " apply false
4+ kotlin(" jvm" ) version " 1.6.0 " apply false
55 id(" org.javamodularity.moduleplugin" ) version " 1.8.13" apply false
66}
77
You can’t perform that action at this time.
0 commit comments