Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Laboratorium Programming
Avatar Duel Project Template
Commits
6280ef98
Commit
6280ef98
authored
Mar 26, 2020
by
Putu Gery Wahyu Nugraha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
5e1b1011
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
.gitignore
.gitignore
+3
-1
README.md
README.md
+5
-2
No files found.
.gitignore
View file @
6280ef98
...
...
@@ -45,4 +45,6 @@ gradle-app.setting
### Gradle Patch ###
**/build/
# End of https://www.gitignore.io/api/java,gradle
\ No newline at end of file
# End of https://www.gitignore.io/api/java,gradle
.idea
README.md
View file @
6280ef98
...
...
@@ -5,7 +5,10 @@ Try running these commands:
`./gradlew run`
You will notice that it outputs
`Hello World`
.
Just as what we specified in
`Main.java`
.
You will notice that it will open a window that display 'Avatar Duel'.
In the command line you can see the data that is being read by
`CSVReader.java`
What happen is when you use
`./gradlew run`
, it will start the main function in your app.
For this app, the main function lives in
`AvatarDuel.java`
.
You can explore more about gradle
[
here
](
https://guides.gradle.org/creating-new-gradle-builds/
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment