Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 0fa9df1

Browse files
committed
nebula-plugin-plugin 20.0.0
1 parent 1eb2244 commit 0fa9df1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
plugins {
19-
id 'com.netflix.nebula.plugin-plugin' version '19.0.2'
19+
id 'com.netflix.nebula.plugin-plugin' version '20.0.0'
2020
id "org.jetbrains.kotlin.jvm" version "1.6.21"
2121
}
2222

@@ -46,17 +46,14 @@ contacts {
4646
}
4747

4848

49-
pluginBundle {
50-
tags = ['nebula', 'compile', 'java', 'groovy', 'kotlin']
51-
}
52-
5349
gradlePlugin {
5450
plugins {
5551
javaCrossCompile {
5652
id = 'com.netflix.nebula.java-cross-compile'
5753
displayName = 'Gradle Java Cross-Compile Plugin'
5854
description = project.description
5955
implementationClass = 'nebula.plugin.compile.JavaCrossCompilePlugin'
56+
tags.set(['nebula', 'compile', 'java', 'groovy', 'kotlin'])
6057
}
6158
}
6259
}

0 commit comments

Comments
 (0)