cabaletta/baritone

Build process should clear build/libs after finishing creating dist/

Open

#325 geöffnet am 1. Feb. 2019

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.380 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (6.154 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 121T 14h) (9 gemergte PRs in 30 T)

Beschreibung

So that people aren't confused and use the pre proguard jar. build/libs is a standard place to look, and there is a jar there that looks like the valid build result, however that jar shouldn't be used, so it should ideally be deleted after completion. Could be added to ProguardTask.cleanup or similar.

Contributor Guide