From 100c7fe260567e66f03d50f20b7559bd942e5cf3 Mon Sep 17 00:00:00 2001 From: Speiger Date: Thu, 28 Apr 2022 19:09:42 +0200 Subject: [PATCH] Updated yml Scripts -Updated: yml Scripts and ReadMe since the gradle setup no longer requires 2 commands to work properly. --- .github/workflows/build_validator.yml | 2 -- README.md | 5 ++--- jitpack.yml | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_validator.yml b/.github/workflows/build_validator.yml index de8aed86..a6327f71 100644 --- a/.github/workflows/build_validator.yml +++ b/.github/workflows/build_validator.yml @@ -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 diff --git a/README.md b/README.md index 32806608..43161149 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/jitpack.yml b/jitpack.yml index 29f0d787..d6d5fd59 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -2,6 +2,5 @@ jdk: - openjdk9 install: - chmod +x ./gradlew - - ./gradlew generateGithubSource - ./gradlew build publishToMavenLocal