Skip to content

Commit 2c8d6a4

Browse files
committed
Fix icon loading
1 parent 24fc10f commit 2c8d6a4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.apache.tools.ant.filters.ReplaceTokens
2-
31
plugins {
42
id "com.github.hierynomus.license" version "0.14.0"
53
id "com.github.hierynomus.jython" version "0.8.0"
@@ -43,13 +41,6 @@ if (!project.hasProperty('release.useLastTag')) {
4341
project.ext['release.useLastTag'] = true
4442
}
4543

46-
processResources.configure {
47-
filter ReplaceTokens, tokens: [
48-
'project.version': version.toString(),
49-
'project.name' : rootProject.name
50-
]
51-
}
52-
5344
license {
5445
header rootProject.file('License.md')
5546
strictCheck true

0 commit comments

Comments
 (0)