Skip to content

Commit

Permalink
Do not use info logging
Browse files Browse the repository at this point in the history
  • Loading branch information
OdysseusLives committed Apr 15, 2020
1 parent 17d6a8d commit 6e04ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/buildViaTravis.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# This script will build the project.

SWITCHES="--info --stacktrace"
SWITCHES="--stacktrace"

GRADLE_VERSION=$(./gradlew -version | grep Gradle | cut -d ' ' -f 2)

Expand Down

0 comments on commit 6e04ad1

Please sign in to comment.