Skip to content

Commit

Permalink
Remove old gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 5, 2021
1 parent 3ffadff commit 45ad3ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 265 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
.classpath
.settings
.project
tmp/
tmp/
gradle
gradlew
gradlew.bat
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
mkdir -p tmp

./gradlew clean
gradle clean
if [ "$1" = "travis" ];
then
WINDOWS=1
Expand All @@ -18,7 +18,7 @@ else
fi


./gradlew build buildBundle $args
gradle build buildBundle $args
cd build/libs
cp -Rvf ../../res/* .
chmod +x *.sh
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

172 changes: 0 additions & 172 deletions gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions gradlew.bat

This file was deleted.

0 comments on commit 45ad3ad

Please sign in to comment.