Skip to content

Commit

Permalink
Bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed May 17, 2018
1 parent 4e50f8b commit acf9844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import codecs
import os
import sys
from shutil import rmtree

from setuptools import Command, find_packages, setup
from setuptools.command.develop import develop
Expand Down Expand Up @@ -71,7 +72,6 @@ class PostDevelopCommand(develop):
"""
def run(self):
# Remove target/ to FORCE the recreation of the JAR files.
from shutil import rmtree
rmtree(os.path.join(HERE, 'target'), ignore_errors=True)
from javac_parser import Java
Java._build_jar()
Expand Down

0 comments on commit acf9844

Please sign in to comment.