Skip to content

Commit

Permalink
WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedMagic committed Jun 21, 2024
1 parent b441189 commit c05d64c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies {

gradlePlugin {

website.set("https://github.com/UndefinedCreation")
vcsUrl.set("https://github.com/UndefinedCreation")

plugins {

create("mapper") {
Expand Down

0 comments on commit c05d64c

Please sign in to comment.