Skip to content

Commit

Permalink
Move some assets around.
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jun 9, 2017
1 parent 71ceea3 commit 2cc5b4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Expand Up @@ -126,12 +126,6 @@ subprojects {
testCompile 'junit:junit:5.+'
}

processResources {
filter ReplaceTokens, tokens: [
"build.hash": project.hasProperty("gitCommitHash") ? project.property("gitCommitHash") : "UNKNOWN"
]
}

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Expand Down
8 changes: 8 additions & 0 deletions craftbook-core/build.gradle
@@ -1,3 +1,5 @@
import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: "com.mendhak.gradlecrowdin"
Expand All @@ -13,6 +15,12 @@ sourceSets {
}
}

processResources {
filter ReplaceTokens, tokens: [
"build.hash": project.hasProperty("gitCommitHash") ? project.property("gitCommitHash") : "UNKNOWN"
]
}

build.dependsOn(shadowJar)

// Translations Section
Expand Down

0 comments on commit 2cc5b4e

Please sign in to comment.