@@ -4,7 +4,7 @@ plugins {
4
4
id ' org.ajoberstar.github-pages' version ' 1.2.0' apply false
5
5
id ' com.github.hierynomus.license' version ' 0.14.0' apply false
6
6
id ' io.ratpack.ratpack-java' version " 1.6.1" apply false
7
- id ' com.gradle.plugin-publish' version ' 0.14 .0' apply false
7
+ id ' com.gradle.plugin-publish' version ' 1.1 .0'
8
8
}
9
9
10
10
buildScan {
@@ -27,7 +27,7 @@ allprojects {
27
27
olderJRubyVersion = ' 9.4.1.0'
28
28
spockVersion = " org.spockframework:spock-core:1.2-groovy-2.4"
29
29
pluginExtraText = (version. contains(' -alpha' ) || version. contains(' -beta' )) ?
30
- ' (If you need a production-ready version of the JRuby/Gradle plugin use a 1.7.x release instead)' : ' '
30
+ ' (If you need a production-ready version of the JRuby/Gradle plugin use a 1.7.x release instead)' : ' '
31
31
}
32
32
}
33
33
@@ -78,7 +78,7 @@ subprojects {
78
78
} else {
79
79
versions ' 4.10.2' , ' 5.3.1' , ' 6.0.1' , ' 6.7' , ' 7.6.1'
80
80
81
- if (project. name == ' jruby-gradle-core-plugin' ) {
81
+ if (project. name == ' jruby-gradle-core-plugin' ) {
82
82
versions ' 4.3'
83
83
} else {
84
84
versions ' 4.9'
@@ -87,8 +87,8 @@ subprojects {
87
87
88
88
dependsOn jar
89
89
}
90
-
91
- pluginBundle {
90
+
91
+ gradlePlugin {
92
92
website = ' https://github.com/jruby-gradle/jruby-gradle-plugin' // 'http://jruby-gradle.org/'
93
93
vcsUrl = ' https://github.com/jruby-gradle/jruby-gradle-plugin.git'
94
94
}
@@ -103,7 +103,7 @@ subprojects {
103
103
def reportName = (codenarcSourceSetTask. name - ' codenarc' ). uncapitalize()
104
104
def ideReport = reports. add(org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport , ' ide' , reports. task)
105
105
ideReport. enabled = true
106
- ideReport. destination = file( " ${ project.codenarc.reportsDir} /${ reportName} .ide.txt" )
106
+ ideReport. destination = file(" ${ project.codenarc.reportsDir} /${ reportName} .ide.txt" )
107
107
}
108
108
109
109
tasks. withType(ValidateTaskProperties ) { validateTaskProperties ->
@@ -112,7 +112,6 @@ subprojects {
112
112
}
113
113
}
114
114
115
-
116
115
idea {
117
116
module {
118
117
downloadJavadoc = true
0 commit comments