Skip to content

Commit

Permalink
[Chore] add asdf one script setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi A. Wasserberg committed Feb 11, 2022
1 parent b27cd63 commit 35c93a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java adoptopenjdk-8.0.322+6
gradle 6.8.3
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# ws3d
WorldServer3D - A Virtual Environment for Experiments with Artificial Creatures

## ASDF setup
[asdf github](https://github.com/asdf-vm/asdf)
[Install asdf](http://asdf-vm.com/guide/getting-started.html#_1-install-dependencies)

Then run `./asdf-setup.sh`
6 changes: 6 additions & 0 deletions asdf-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/sh

asdf plugin-add java https://github.com/halcyon/asdf-java.git
asdf plugin-add gradle https://github.com/rfrancis/asdf-gradle.git
asdf install
gradle run

0 comments on commit 35c93a0

Please sign in to comment.