File tree Expand file tree Collapse file tree
src/integTest/groovy/nebula/plugin/release Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 4.0.1 / 2016-02-05
2+ ==================
3+
4+ * Fix tasks task so it can run on multiprojects
5+
164.0.0 / 2016-02-04
27==================
38
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ This plugin provides opinions and tasks for the release process provided by [gra
1111# Applying the plugin
1212
1313 plugins {
14- id 'nebula.nebula-release' version '4.0.0 '
14+ id 'nebula.nebula-release' version '4.0.1 '
1515 }
1616
1717-or-
1818
1919 buildscript {
2020 repositories { jcenter() }
2121 dependencies {
22- classpath 'com.netflix.nebula:nebula-release-plugin:4.0.0 '
22+ classpath 'com.netflix.nebula:nebula-release-plugin:4.0.1 '
2323 }
2424 }
2525 apply plugin: 'nebula.nebula-release'
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212 id ' nebula.maven-apache-license' version ' 4.4.4'
1313 id ' nebula.optional-base' version ' 3.0.3'
1414 id ' nebula.dependency-lock' version ' 4.2.0'
15- id ' nebula.nebula-release' version ' 3.2 .0'
16- id ' nebula.nebula-bintray' version ' 3.3.1 '
15+ id ' nebula.nebula-release' version ' 4.0 .0'
16+ id ' nebula.nebula-bintray' version ' 3.3.2 '
1717 id ' nebula.info' version ' 3.0.3'
1818 id ' nebula.contacts' version ' 3.0.1'
1919 id ' nebula.integtest' version ' 3.0.3'
@@ -32,11 +32,11 @@ contacts {
3232 }
3333}
3434
35- apply from : ' https://raw.githubusercontent.com/nebula-plugins/nebula-core/b676bbc026d0053494b5439ba8ef147c16adabba /common.gradle'
35+ apply from : ' https://raw.githubusercontent.com/nebula-plugins/nebula-core/59c9e15f561372a8a72bbe13e4fbb114d0ef16f8 /common.gradle'
3636
3737dependencies {
3838 compile ' com.netflix.nebula:nebula-core:3.0.1'
39- compile ' com.netflix.nebula:nebula-bintray-plugin:3.3.1 ' , optional
39+ compile ' com.netflix.nebula:nebula-bintray-plugin:3.3.2 ' , optional
4040 compile ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5' , optional
4141 compile ' org.ajoberstar:gradle-git:1.4.1'
4242}
Original file line number Diff line number Diff line change 55 "requested": "1.5"
66 },
77 "com.netflix.nebula:nebula-bintray-plugin": {
8- "locked": "3.3.1 ",
9- "requested": "3.3.1 "
8+ "locked": "3.3.2 ",
9+ "requested": "3.3.2 "
1010 },
1111 "com.netflix.nebula:nebula-core": {
1212 "locked": "3.0.1",
2323 "requested": "1.5"
2424 },
2525 "com.netflix.nebula:nebula-bintray-plugin": {
26- "locked": "3.3.1 ",
27- "requested": "3.3.1 "
26+ "locked": "3.3.2 ",
27+ "requested": "3.3.2 "
2828 },
2929 "com.netflix.nebula:nebula-core": {
3030 "locked": "3.0.1",
4141 "requested": "1.5"
4242 },
4343 "com.netflix.nebula:nebula-bintray-plugin": {
44- "locked": "3.3.1 ",
45- "requested": "3.3.1 "
44+ "locked": "3.3.2 ",
45+ "requested": "3.3.2 "
4646 },
4747 "com.netflix.nebula:nebula-core": {
4848 "locked": "3.0.1",
6363 "requested": "1.5"
6464 },
6565 "com.netflix.nebula:nebula-bintray-plugin": {
66- "locked": "3.3.1 ",
67- "requested": "3.3.1 "
66+ "locked": "3.3.2 ",
67+ "requested": "3.3.2 "
6868 },
6969 "com.netflix.nebula:nebula-core": {
7070 "locked": "3.0.1",
9595 "requested": "1.5"
9696 },
9797 "com.netflix.nebula:nebula-bintray-plugin": {
98- "locked": "3.3.1 ",
99- "requested": "3.3.1 "
98+ "locked": "3.3.2 ",
99+ "requested": "3.3.2 "
100100 },
101101 "com.netflix.nebula:nebula-core": {
102102 "locked": "3.0.1",
113113 "requested": "1.5"
114114 },
115115 "com.netflix.nebula:nebula-bintray-plugin": {
116- "locked": "3.3.1 ",
117- "requested": "3.3.1 "
116+ "locked": "3.3.2 ",
117+ "requested": "3.3.2 "
118118 },
119119 "com.netflix.nebula:nebula-core": {
120120 "locked": "3.0.1",
135135 "requested": "1.5"
136136 },
137137 "com.netflix.nebula:nebula-bintray-plugin": {
138- "locked": "3.3.1 ",
139- "requested": "3.3.1 "
138+ "locked": "3.3.2 ",
139+ "requested": "3.3.2 "
140140 },
141141 "com.netflix.nebula:nebula-core": {
142142 "locked": "3.0.1",
Original file line number Diff line number Diff line change @@ -121,6 +121,11 @@ class ReleasePluginMultiprojectIntegrationSpec extends GitVersioningIntegrationS
121121 }
122122 }
123123
124+ allprojects {
125+ ${ applyPlugin(PublishingPlugin)}
126+ ${ applyPlugin(BintrayPlugin)}
127+ }
128+
124129 subprojects { sub ->
125130 ${ applyPlugin(BintrayPlugin)}
126131 apply plugin: 'nebula.ivy-publish'
You can’t perform that action at this time.
0 commit comments