diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fb2d1e..21ca6bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: types: [ opened, synchronize, reopened ] jobs: build: - uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.19.1 + uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.20.0 with: mutation-testing: false sonarqube: true diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c6d98d5..d939997 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -17,7 +17,7 @@ on: type: string jobs: draft: - uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.19.1 + uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.20.0 with: release-type: ${{ inputs.release-type }} version-number-override: ${{ inputs.version-number-override }} diff --git a/.github/workflows/issue-for-unsupported-version.yml b/.github/workflows/issue-for-unsupported-version.yml index 002c2ac..299dcb1 100644 --- a/.github/workflows/issue-for-unsupported-version.yml +++ b/.github/workflows/issue-for-unsupported-version.yml @@ -4,4 +4,4 @@ on: types: [ labeled, unlabeled, reopened ] jobs: unsupported-labeler: - uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.19.1 \ No newline at end of file + uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.20.0 \ No newline at end of file diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 033c0a3..417ceaf 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -7,10 +7,11 @@ on: - closed jobs: publish-release: - uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.19.1 + uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.20.0 secrets: inherit with: project-name: 'Refined Storage - Quartz Accessories' announce: true mutation-testing: false - sonarqube: true \ No newline at end of file + sonarqube: true + javadoc: false \ No newline at end of file diff --git a/.github/workflows/resolved-issue-locking.yml b/.github/workflows/resolved-issue-locking.yml index c7e6f29..48e9142 100644 --- a/.github/workflows/resolved-issue-locking.yml +++ b/.github/workflows/resolved-issue-locking.yml @@ -4,4 +4,4 @@ on: - cron: '0 0 * * 1' jobs: lock: - uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.19.1 \ No newline at end of file + uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.20.0 \ No newline at end of file diff --git a/.github/workflows/validate-branch-name.yml b/.github/workflows/validate-branch-name.yml index c1733fb..bd5a157 100644 --- a/.github/workflows/validate-branch-name.yml +++ b/.github/workflows/validate-branch-name.yml @@ -2,4 +2,4 @@ name: Validate branch name on: [ pull_request ] jobs: validate-branch-name: - uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.19.1 \ No newline at end of file + uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.20.0 \ No newline at end of file diff --git a/.github/workflows/validate-changelog.yml b/.github/workflows/validate-changelog.yml index f5fb9ae..d18cbc9 100644 --- a/.github/workflows/validate-changelog.yml +++ b/.github/workflows/validate-changelog.yml @@ -4,4 +4,4 @@ on: types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ] jobs: validate-changelog: - uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.19.1 \ No newline at end of file + uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.20.0 \ No newline at end of file diff --git a/.github/workflows/validate-commit-messages.yml b/.github/workflows/validate-commit-messages.yml index 620b9e8..3005b5a 100644 --- a/.github/workflows/validate-commit-messages.yml +++ b/.github/workflows/validate-commit-messages.yml @@ -2,4 +2,4 @@ name: Validate commit messages on: [ pull_request ] jobs: validate-commit-messages: - uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.19.1 \ No newline at end of file + uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.20.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a42a7d..96fd686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1] - 2024-12-08 + ## [0.1.0] - 2024-11-24 ### Added @@ -14,6 +16,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Block of Quartz Enriched Iron - Block of Quartz Enriched Copper -[Unreleased]: https://github.com/refinedmods/refinedstorage-quartz-accessories/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/refinedmods/refinedstorage-quartz-accessories/compare/v0.1.1...HEAD + +[0.1.1]: https://github.com/refinedmods/refinedstorage-quartz-accessories/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/refinedmods/refinedstorage-quartz-accessories/compare/5f987503f0d1ef855f1aecc990a8822e3322aa3a...v0.1.0 diff --git a/build.gradle.kts b/build.gradle.kts index ed43da2..81cfd35 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,5 +8,5 @@ refinedarchitect { } subprojects { - group = "com.refinedmods.refinedstorage.quartzaccessories" + group = "com.refinedmods.refinedstorage" } diff --git a/gradle.properties b/gradle.properties index cac55d2..d7a91ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -refinedarchitectVersion=0.19.1 -refinedstorageVersion=2.0.0-milestone.4.10 +refinedarchitectVersion=0.20.0 +refinedstorageVersion=2.0.0-milestone.4.11 # Gradle org.gradle.jvmargs=-Xmx1G org.gradle.configureondemand=true diff --git a/refinedstorage-quartz-accessories-common/build.gradle.kts b/refinedstorage-quartz-accessories-common/build.gradle.kts index d881d03..0dcb85d 100644 --- a/refinedstorage-quartz-accessories-common/build.gradle.kts +++ b/refinedstorage-quartz-accessories-common/build.gradle.kts @@ -14,6 +14,9 @@ repositories { refinedarchitect { common() + publishing { + maven = true + } } base { diff --git a/refinedstorage-quartz-accessories-fabric/build.gradle.kts b/refinedstorage-quartz-accessories-fabric/build.gradle.kts index a66dd51..90d68a7 100644 --- a/refinedstorage-quartz-accessories-fabric/build.gradle.kts +++ b/refinedstorage-quartz-accessories-fabric/build.gradle.kts @@ -23,6 +23,9 @@ repositories { refinedarchitect { modId = "refinedstorage_quartz_accessories" fabric() + publishing { + maven = true + } } base { diff --git a/refinedstorage-quartz-accessories-neoforge/build.gradle.kts b/refinedstorage-quartz-accessories-neoforge/build.gradle.kts index fa40304..bf9a5a6 100644 --- a/refinedstorage-quartz-accessories-neoforge/build.gradle.kts +++ b/refinedstorage-quartz-accessories-neoforge/build.gradle.kts @@ -15,6 +15,9 @@ repositories { refinedarchitect { modId = "refinedstorage_quartz_accessories" neoForge() + publishing { + maven = true + } } base {