File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1- 1.1.0 / 2016/03/17
1+ 1.1.3 / 2016/03/21
2+ ==================
3+ - Publish nebula.resolution-rules-producer to gradle plugin portal
4+
5+ 1.1.2 / 2016/03/21
6+ ==================
7+ - Attempt to add nebula.resolution-rules-producer to gradle plugin portal
8+
9+ 1.1.1 / 2016/03/21
10+ ==================
11+ - Fix publishing to bintray
12+
13+ 1.1.0 / 2016/03/21
214==================
315- Add in align rule
416
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The [Blacklist Plugin](https://github.com/nebula-plugins/gradle-blacklist-plugin
2121 }
2222
2323 dependencies {
24- classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.0 '
24+ classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.3 '
2525 }
2626 }
2727
@@ -32,7 +32,7 @@ Or using the Gradle plugin portal:
3232
3333``` groovy
3434 plugins {
35- id 'nebula.resolution-rules' version '1.1.0 '
35+ id 'nebula.resolution-rules' version '1.1.3 '
3636 }
3737```
3838
@@ -138,7 +138,7 @@ The `nebula.resolution-rules-producer` plugin is provided to facilitate creation
138138 }
139139
140140 dependencies {
141- classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.0 '
141+ classpath 'com.netflix.nebula:gradle-resolution-rules-plugin:1.1.3 '
142142 }
143143 }
144144
@@ -149,7 +149,7 @@ Or using the Gradle plugin portal:
149149
150150``` groovy
151151 plugins {
152- id 'nebula.resolution-rules-producer' version '1.1.0 '
152+ id 'nebula.resolution-rules-producer' version '1.1.3 '
153153 }
154154```
155155
You can’t perform that action at this time.
0 commit comments