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