Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Remove mustache dependency (#41)
Browse files Browse the repository at this point in the history
Description
===========

While checking the reason for failing android plugin execution together
with the new release plugin I found that we still have this unused
dependency.

Changes
=======

![REMOVE] unused dependency `om.github.spullara.mustache.java:compiler`
  • Loading branch information
Larusso authored Apr 12, 2018
1 parent bf5b1ca commit 3229f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies {

compile 'com.netflix.nebula:nebula-release-plugin:6.+'
compile 'org.ajoberstar:gradle-git:1.7.+'
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'cz.malohlava:visteg:1.0.+'
compile 'gradle.plugin.net.wooga.gradle:atlas-paket:1.+'
compile 'gradle.plugin.net.wooga.gradle:atlas-github:1.+'
Expand Down

0 comments on commit 3229f24

Please sign in to comment.