Commit 3e7ec7e 1 parent 053035f commit 3e7ec7e Copy full SHA for 3e7ec7e
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildscript {
49
49
jcenter()
50
50
}
51
51
dependencies {
52
- classpath 'nu.studer:gradle-rocker-plugin:0.3.1 '
52
+ classpath 'nu.studer:gradle-rocker-plugin:0.4 '
53
53
}
54
54
}
55
55
@@ -60,7 +60,7 @@ apply plugin: 'nu.studer.rocker'
60
60
61
61
``` groovy
62
62
plugins {
63
- id 'nu.studer.rocker' version '0.3.1 '
63
+ id 'nu.studer.rocker' version '0.4 '
64
64
}
65
65
```
66
66
@@ -73,7 +73,7 @@ This is a sample configuration:
73
73
74
74
``` groovy
75
75
plugins {
76
- id 'nu.studer.rocker' version '0.3.1 '
76
+ id 'nu.studer.rocker' version '0.4 '
77
77
id 'java'
78
78
}
79
79
@@ -133,6 +133,7 @@ You can find a self-contained example build script [here](example).
133
133
134
134
# Changelog
135
135
136
+ + 0.4 - Removed wiring between ` clean ` task and deleting generated Rocker sources, uses Rocker 1.2.0 as the default version applied.
136
137
+ 0.3.1 - Fixed incremental template compilation
137
138
+ 0.3 - Incremental template compilation, i.e. only the modified templates are compiled
138
139
+ 0.2 - New DSL, more Rocker configuration options, support for Gradle build cache
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' nu.studer.rocker' version ' 0.3.1 '
2
+ id ' nu.studer.rocker' version ' 0.4 '
3
3
id ' java'
4
4
}
5
5
You can’t perform that action at this time.
0 commit comments