Gradle skeleton with Esper lib

This commit is contained in:
2018-03-05 11:04:04 -08:00
commit e9274006b2
10 changed files with 363 additions and 0 deletions

31
docs/setup.org Normal file
View File

@ -0,0 +1,31 @@
* Install [[http://sdkman.io/][SDKman]]
Java Software Development Kit Manager
#+BEGIN_SRC shell
curl -s "https://get.sdkman.io" | bash
#+END_SRC
* Install [[https://gradle.org/][Gradle]]
Java build tool
#+BEGIN_SRC shell
sdk install gradle 4.6
#+END_SRC
* Init project
#+BEGIN_SRC shell
mkdir ATS_Esper && cd $!
gradle init --type java-application
#+END_SRC
* Hack hack hack
#+BEGIN_SRC shell
./gradlew build
#+END_SRC