Skip to content

Commit

Permalink
Merge pull request #9 from RoboTeamTwente/fix/chore_stuff
Browse files Browse the repository at this point in the history
Chore: add '.cache', 'bin' folder to gitignore, add execute permissions to gradlew
  • Loading branch information
tollsimy authored Oct 30, 2023
2 parents 7c4fdbf + 7a4310f commit 5644e52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
.gradle
.cache
bin/
build
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ JRE 17 using the following command:
sudo apt install openjdk-17-jre -y
```

Next, make sure the `gradlew` file is executable:
```
chmod +x ./gradlew
```

Finally, you can use Gradle to run the application:
```
./gradlew run
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 5644e52

Please sign in to comment.