Skip to content

Commit

Permalink
Modifying file to rerun tests remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
booksaw committed Mar 15, 2022
1 parent 966b7af commit c51dbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ project(":test") {

api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"

testImplementation 'junit:junit:4.+'
testImplementation "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
testImplementation "com.badlogicgames.gdx:gdx:$gdxVersion"
Expand Down

0 comments on commit c51dbcb

Please sign in to comment.