File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " com.gradle.plugin-publish" version " 1.0.0-rc-3" apply false
3
+ }
4
+
1
5
if (project. hasProperty(' isGradleRelease' )) {
2
- plugins {
3
- id " com.gradle.plugin-publish" version " 1.0.0-rc-3"
4
- }
6
+ apply plugin : ' com.gradle.plugin-publish'
5
7
}
6
8
7
9
dependencies {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ ask('Tag and Push commits?: [Y]') {
113
113
}
114
114
115
115
ask(' Publish artifacts to maven central?: [Y]' ) {
116
- executeOnShell ' ./gradlew clean publish :provider:gradle:publishPlugins -S -x :pact-publish:publish -PisRelease=true'
116
+ executeOnShell ' ./gradlew clean publish -S -x :pact-publish:publish -PisRelease=true'
117
117
}
118
118
119
119
ask(' Publish Gradle plugin?: [Y]' ) {
You can’t perform that action at this time.
0 commit comments