Skip to content

Commit c3a88cb

Browse files
committed
Inline the mustache dependency because it's only used in one place.
1 parent 87c4a2a commit c3a88cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin-maven/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ mavenPlugin {
2020

2121
String VER_MAVEN_API = '3.0'
2222
String VER_ECLIPSE_AETHER = '1.1.0'
23-
String VER_MUSTACHE = '0.9.10'
2423
String VER_PLEXUS_RESOURCES = '1.2.0'
2524
dependencies {
2625
implementation project(':lib')
@@ -42,7 +41,7 @@ dependencies {
4241
testImplementation "org.assertj:assertj-core:${VER_ASSERTJ}"
4342
testImplementation "org.mockito:mockito-core:${VER_MOCKITO}"
4443
testImplementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
45-
testImplementation "com.github.spullara.mustache.java:compiler:${VER_MUSTACHE}"
44+
testImplementation 'com.github.spullara.mustache.java:compiler:0.9.10'
4645
testImplementation "org.apache.maven:maven-plugin-api:${VER_MAVEN_API}"
4746
testImplementation "org.eclipse.aether:aether-api:${VER_ECLIPSE_AETHER}"
4847
testImplementation "org.codehaus.plexus:plexus-resources:${VER_PLEXUS_RESOURCES}"

0 commit comments

Comments
 (0)