We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7997609 commit 3e43dbaCopy full SHA for 3e43dba
build.gradle
@@ -19,6 +19,7 @@ plugins {
19
id 'org.kordamp.gradle.groovy-project'
20
id 'org.kordamp.gradle.bintray'
21
id 'org.kordamp.gradle.plugin' apply false
22
+ id 'com.gradle.plugin-publish' version '0.11.0' apply false
23
}
24
25
if (!project.hasProperty('bintrayUsername')) ext.bintrayUsername = '**UNDEFINED**'
@@ -139,6 +140,7 @@ subprojects {
139
140
if (project.name.endsWith('-plugin')) {
141
apply plugin: 'groovy'
142
apply plugin: 'java-library'
143
+ apply plugin: 'com.gradle.plugin-publish'
144
apply plugin: 'org.kordamp.gradle.plugin'
145
146
config {
0 commit comments