diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 88eda01..0c20f5d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -32,7 +32,7 @@ jobs: - name: Set Gradle Version run: ./gradlew wrapper --gradle-version ${{ matrix.gradle }} - name: Test Plugin Directly with Gradle - run: ./gradlew check + run: ../gradlew check working-directory: pixeloutlaw-gradle-plugin - name: Test Plugin Application with Gradle run: ./gradlew check diff --git a/.github/workflows/push_to_master.yml b/.github/workflows/push_to_master.yml index 70a9106..ae9e737 100644 --- a/.github/workflows/push_to_master.yml +++ b/.github/workflows/push_to_master.yml @@ -64,7 +64,7 @@ jobs: - name: Set Gradle Version run: ./gradlew wrapper --gradle-version 6.8.2 - name: Test Plugin Directly with Gradle - run: ./gradlew check + run: ../gradlew check working-directory: pixeloutlaw-gradle-plugin - name: Test Plugin Application with Gradle run: ./gradlew check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52a1c00..e4471e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,10 +34,8 @@ jobs: - name: Make Gradle Wrapper Executable run: chmod +x ./gradlew - name: Write Plugin Publishing Values - run: ../gradlew writePublishPluginSecrets + run: ./gradlew :pixeloutlaw-gradle-plugin:writePublishPluginSecrets env: CI: true - working-directory: pixeloutlaw-gradle-plugin - name: Publish Plugins to Gradle Plugin Portal - run: ../gradlew publishPlugins - working-directory: pixeloutlaw-gradle-plugin + run: ./gradlew :pixeloutlaw-gradle-plugin:publishPlugins -P diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2a56324..25d3265 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists