Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Duong Dat committed Jul 7, 2017
1 parent b55bc64 commit c3314c0
Show file tree
Hide file tree
Showing 87 changed files with 63,495 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apply plugin: 'java'

sourceCompatibility = '1.6'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

ext {
gdxVersion = '1.7.1'
}

repositories {
mavenCentral()
}

dependencies {
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = 'jwalkable'
Loading

0 comments on commit c3314c0

Please sign in to comment.