Skip to content

Commit

Permalink
Updated yml Scripts
Browse files Browse the repository at this point in the history
-Updated: yml Scripts and ReadMe since the gradle setup no longer requires 2 commands to work properly.
  • Loading branch information
Speiger committed Apr 28, 2022
1 parent 04f628f commit 100c7fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,5 @@ Please if you want to contribute follow the [Rule-Sheet](RuleSheet.md). It keeps
The SourceCode can be generated via:
/gradlew.bat generateSource

to build the jar:
/gradlew.bat build
do not combine the commands because they can not be executed at the same time.
to generate SourceCode and build the jar:
/gradlew.bat build
1 change: 0 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ jdk:
- openjdk9
install:
- chmod +x ./gradlew
- ./gradlew generateGithubSource
- ./gradlew build publishToMavenLocal

0 comments on commit 100c7fe

Please sign in to comment.