We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fc10f commit 2c8d6a4Copy full SHA for 2c8d6a4
build.gradle
@@ -1,5 +1,3 @@
1
-import org.apache.tools.ant.filters.ReplaceTokens
2
-
3
plugins {
4
id "com.github.hierynomus.license" version "0.14.0"
5
id "com.github.hierynomus.jython" version "0.8.0"
@@ -43,13 +41,6 @@ if (!project.hasProperty('release.useLastTag')) {
43
41
project.ext['release.useLastTag'] = true
44
42
}
45
46
-processResources.configure {
47
- filter ReplaceTokens, tokens: [
48
- 'project.version': version.toString(),
49
- 'project.name' : rootProject.name
50
- ]
51
-}
52
53
license {
54
header rootProject.file('License.md')
55
strictCheck true
0 commit comments