only set pluginBundle for plugin subprojects

This commit is contained in:
Schalk W. Cronjé 2021-05-02 22:46:43 +02:00 committed by GitHub
parent 4986474e1b
commit e162ad9e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -87,7 +87,12 @@ subprojects {
dependsOn jar
}
pluginBundle {
website = 'http://jruby-gradle.org/'
vcsUrl = 'https://github.com/jruby-gradle/jruby-gradle-plugin.git'
}
tasks.withType(Test) {
if (gradle.startParameter.isOffline()) {
systemProperties 'TESTS_ARE_OFFLINE': '1'
@ -107,11 +112,7 @@ subprojects {
}
}
pluginBundle {
website = 'http://jruby-gradle.org/'
vcsUrl = 'https://github.com/jruby-gradle/jruby-gradle-plugin.git'
}
idea {
module {
downloadJavadoc = true