Skip to content

Commit

Permalink
update to latest build conventions (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jan 30, 2023
1 parent 84731d3 commit 1f28e83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Ensure build is green
run: ./gradlew check
run: ./gradlew build
- name: Release
run: |
# The following command will trigger the build.yml workflow as it pushes a release tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/**
* Configuration for Creek Gradle plugin publishing.
*
* <p>Version: 1.2
* <p>Version: 1.3
* - 1.3: Switch to setting 'system' from issue-management
*
* <p>Apply this plugin to any module publishing a Gradle plugin.
*
Expand Down Expand Up @@ -115,7 +116,7 @@ publishing {
}

issueManagement {
name.set("GitHub issues")
system.set("GitHub issues")
url.set("https://github.com/creek-service/${rootProject.name}/issues")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/**
* Standard configuration for Creek library publishing
*
* <p>Version: 1.2
* <p>Version: 1.3
* - 1.3: Switch to setting 'system' from issue-management
*
* <p> Apply this plugin only to subprojects if in multi-module setup.
*
Expand Down Expand Up @@ -113,7 +114,7 @@ publishing {
}

issueManagement {
name.set("GitHub issues")
system.set("GitHub issues")
url.set("https://github.com/creek-service/${rootProject.name}/issues")
}
}
Expand Down

0 comments on commit 1f28e83

Please sign in to comment.