Skip to content

Commit

Permalink
Merge pull request #610 from refinedmods/release/2.0.0-milestone.4.4
Browse files Browse the repository at this point in the history
Release v2.0.0-milestone.4.4
  • Loading branch information
raoulvdberge authored Jul 10, 2024
2 parents d099244 + 2b7065b commit c4869ed
Show file tree
Hide file tree
Showing 38 changed files with 436 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.16.4
with:
gametests: true
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.16.4
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.16.4
secrets: inherit
with:
project-name: 'Refined Storage'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 0 * * *'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.15.2
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.16.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.16.4
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0-milestone.4.4] - 2024-07-10

## [2.0.0-milestone.4.3] - 2024-07-06

### Added
Expand Down Expand Up @@ -662,7 +664,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- The Grid can now use smooth scrolling.
- The Grid now has syntax highlighting for the search query.

[Unreleased]: https://github.com/refinedmods/refinedstorage2/compare/v2.0.0-milestone.4.3...HEAD
[Unreleased]: https://github.com/refinedmods/refinedstorage2/compare/v2.0.0-milestone.4.4...HEAD

[2.0.0-milestone.4.4]: https://github.com/refinedmods/refinedstorage2/compare/v2.0.0-milestone.4.3...v2.0.0-milestone.4.4

[2.0.0-milestone.4.3]: https://github.com/refinedmods/refinedstorage2/compare/v2.0.0-milestone.4.2...v2.0.0-milestone.4.3

Expand Down
26 changes: 0 additions & 26 deletions build.gradle

This file was deleted.

12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins {
id("refinedarchitect.root")
id("refinedarchitect.base")
}

refinedarchitect {
sonarQube("refinedmods_refinedstorage2", "refinedmods")
}

subprojects {
group = "com.refinedmods.refinedstorage"
}
21 changes: 0 additions & 21 deletions refinedstorage-core-api/build.gradle

This file was deleted.

24 changes: 24 additions & 0 deletions refinedstorage-core-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
plugins {
id("refinedarchitect.base")
}

refinedarchitect {
testing()
mutationTesting()
javadoc()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-core-api")
}

dependencies {
api(libs.apiguardian)
testImplementation(libs.junit.api)
testImplementation(libs.junit.params)
testImplementation(libs.assertj)
testRuntimeOnly(libs.junit.engine)
}
28 changes: 0 additions & 28 deletions refinedstorage-grid-api/build.gradle

This file was deleted.

31 changes: 31 additions & 0 deletions refinedstorage-grid-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
plugins {
id("refinedarchitect.base")
}

refinedarchitect {
testing()
mutationTesting()
javadoc()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-grid-api")
}

dependencies {
api(libs.apiguardian)
api(project(":refinedstorage-resource-api"))
api(project(":refinedstorage-core-api"))
api(project(":refinedstorage-storage-api"))
api(project(":refinedstorage-query-parser"))
implementation(libs.slf4j.api)
testImplementation(libs.junit.api)
testImplementation(libs.junit.params)
testImplementation(libs.assertj)
testImplementation(libs.mockito)
testRuntimeOnly(libs.junit.engine)
testRuntimeOnly(libs.slf4j.impl)
}
16 changes: 0 additions & 16 deletions refinedstorage-network-api/build.gradle

This file was deleted.

22 changes: 22 additions & 0 deletions refinedstorage-network-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
plugins {
id("refinedarchitect.base")
}

refinedarchitect {
javadoc()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-network-api")
}

dependencies {
api(libs.apiguardian)
api(project(":refinedstorage-core-api"))
api(project(":refinedstorage-resource-api"))
api(project(":refinedstorage-storage-api"))
api(project(":refinedstorage-grid-api"))
}
25 changes: 0 additions & 25 deletions refinedstorage-network-test/build.gradle

This file was deleted.

28 changes: 28 additions & 0 deletions refinedstorage-network-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
plugins {
id("refinedarchitect.base")
}

refinedarchitect {
testing()
mutationTesting()
javadoc()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-network-test")
}

dependencies {
api(project(":refinedstorage-network-api"))
api(project(":refinedstorage-network"))
api(project(":refinedstorage-storage-api"))
api(project(":refinedstorage-resource-api"))
api(project(":refinedstorage-core-api"))
api(project(":refinedstorage-grid-api"))
implementation(libs.junit.api)
testRuntimeOnly(libs.junit.engine)
testImplementation(libs.assertj)
}
28 changes: 0 additions & 28 deletions refinedstorage-network/build.gradle

This file was deleted.

31 changes: 31 additions & 0 deletions refinedstorage-network/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
plugins {
id("refinedarchitect.base")
}

refinedarchitect {
testing()
mutationTesting()
publishing {
maven = true
}
}

base {
archivesName.set("refinedstorage-network")
}

dependencies {
api(project(":refinedstorage-core-api"))
api(project(":refinedstorage-network-api"))
api(project(":refinedstorage-resource-api"))
api(project(":refinedstorage-storage-api"))
api(project(":refinedstorage-grid-api"))
implementation(libs.slf4j.api)
testImplementation(libs.junit.api)
testImplementation(libs.junit.params)
testImplementation(libs.assertj)
testImplementation(libs.mockito)
testImplementation(project(":refinedstorage-network-test"))
testRuntimeOnly(libs.slf4j.impl)
testRuntimeOnly(libs.junit.engine)
}
Loading

0 comments on commit c4869ed

Please sign in to comment.