Updated yml Scripts

-Updated: yml Scripts and ReadMe since the gradle setup no longer requires 2 commands to work properly.
This commit is contained in:
2022-04-28 19:09:42 +02:00
parent 04f628fcc1
commit 100c7fe260
3 changed files with 2 additions and 6 deletions
-2
View File
@@ -32,7 +32,5 @@ jobs:
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Generate SourceCode with Gradle
run: ./gradlew generateGithubSource
- name: Build with Gradle
run: ./gradlew build