Skip to content

Commit 3e7ec7e

Browse files
committed
Update version references
1 parent 053035f commit 3e7ec7e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ buildscript {
4949
jcenter()
5050
}
5151
dependencies {
52-
classpath 'nu.studer:gradle-rocker-plugin:0.3.1'
52+
classpath 'nu.studer:gradle-rocker-plugin:0.4'
5353
}
5454
}
5555
@@ -60,7 +60,7 @@ apply plugin: 'nu.studer.rocker'
6060

6161
```groovy
6262
plugins {
63-
id 'nu.studer.rocker' version '0.3.1'
63+
id 'nu.studer.rocker' version '0.4'
6464
}
6565
```
6666

@@ -73,7 +73,7 @@ This is a sample configuration:
7373

7474
```groovy
7575
plugins {
76-
id 'nu.studer.rocker' version '0.3.1'
76+
id 'nu.studer.rocker' version '0.4'
7777
id 'java'
7878
}
7979
@@ -133,6 +133,7 @@ You can find a self-contained example build script [here](example).
133133

134134
# Changelog
135135

136+
+ 0.4 - Removed wiring between `clean` task and deleting generated Rocker sources, uses Rocker 1.2.0 as the default version applied.
136137
+ 0.3.1 - Fixed incremental template compilation
137138
+ 0.3 - Incremental template compilation, i.e. only the modified templates are compiled
138139
+ 0.2 - New DSL, more Rocker configuration options, support for Gradle build cache

example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nu.studer.rocker' version '0.3.1'
2+
id 'nu.studer.rocker' version '0.4'
33
id 'java'
44
}
55

0 commit comments

Comments
 (0)