diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 194ba53..f68a61f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,8 @@ jobs: test-deploy-plugin: runs-on: ubuntu-latest steps: + # Checks-out the repo under $GITHUB_WORKSPACE, so that workflow accesses it + - uses: actions/checkout@e7e449dced768f0201582e76e92398df44e85f4f # v4.1.1 - name: Store gradle key & secret into gradle.properties env: GRADLE_KEY: ${{ secrets.GRADLE_KEY }} diff --git a/build.gradle.kts b/build.gradle.kts index 3ffcad0..2113be8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,6 +20,9 @@ dependencies { gradlePlugin { + website.set("https://github.com/UndefinedCreation") + vcsUrl.set("https://github.com/UndefinedCreation") + plugins { create("mapper") {