Skip to content

Commit 30bcd55

Browse files
committed
Apply org.gradle.plugin-compatibility by default
1 parent 095cbeb commit 30bcd55

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343
implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.+"))
4444

4545
implementation("com.gradle.publish:plugin-publish-plugin:2.+")
46+
implementation("org.gradle.plugin:compatibility-plugin:1.+")
4647

4748
testImplementation("com.netflix.nebula:nebula-test:latest.release")
4849
testImplementation("org.ajoberstar.grgit:grgit-core:4.1.1") {

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ org.checkerframework:checker-qual:3.12.0=testCompileClasspath,testRuntimeClasspa
130130
org.codehaus.plexus:plexus-utils:3.2.1=runtimeClasspath,testRuntimeClasspath
131131
org.eclipse.angus:angus-activation:1.0.0=testRuntimeClasspath
132132
org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r=testCompileClasspath,testRuntimeClasspath
133-
org.gradle.plugin:compatibility-plugin:0.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133+
org.gradle.plugin:compatibility-plugin:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
134134
org.hamcrest:hamcrest-core:2.2=testCompileClasspath,testRuntimeClasspath
135135
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
136136
org.jetbrains.kotlin:kotlin-reflect:2.2.20=compileClasspath,embeddedKotlin,testCompileClasspath,testRuntimeClasspath

src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
4242
static final GRADLE_PLUGIN_IDS = ['groovy',
4343
'idea',
4444
'com.gradle.plugin-publish',
45+
'org.gradle.plugin-compatibility',
4546
'java-gradle-plugin']
4647

4748
static final NEBULA_PLUGIN_IDS = ['com.netflix.nebula.contacts',

0 commit comments

Comments
 (0)