Add base project files.

This commit is contained in:
2020-01-23 23:35:15 +04:00
parent 9ea154d8d6
commit 909b50b47d
27 changed files with 1094 additions and 0 deletions

6
core/build.gradle Normal file
View File

@ -0,0 +1,6 @@
apply plugin: "java"
sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<module>
<source path="com/me/asteroids" />
</module>