Skip to content

Commit

Permalink
chore: bump Refined Architect version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Mar 19, 2023
1 parent 52aeab7 commit a2fe24d
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.0.1
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.1.0
secrets: inherit
with:
project-name: 'Refined Storage'
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.1.0
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.0.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.1.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/${rootProject.ext.refinedArchitectVersion}/helper.gradle"
apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v${gradle.ext.refinedArchitectVersion}/helper.gradle"

subprojects {
group = 'com.refinedmods.refinedstorage2'
Expand Down
1 change: 1 addition & 0 deletions refinedstorage2-core-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-grid-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-network-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies {
}

enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-network-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-network/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ test {
}

enableMutationTesting()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-platform-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ test {
}

enableJavadoc()
enablePublishing()
2 changes: 2 additions & 0 deletions refinedstorage2-platform-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ dependencies {
test {
useJUnitPlatform()
}

enablePublishing()
2 changes: 2 additions & 0 deletions refinedstorage2-platform-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ dependencies {

modRuntimeOnly fabric.wthit
}

enablePublishing()
2 changes: 2 additions & 0 deletions refinedstorage2-platform-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ dependencies {
// runtimeOnly fg.deobf(forge.rei.impl.get())
// runtimeOnly fg.deobf(forge.rei.architectury.get())
}

enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-platform-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dependencies {
}

enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-query-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-resource-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
1 change: 1 addition & 0 deletions refinedstorage2-storage-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ test {

enableMutationTesting()
enableJavadoc()
enablePublishing()
12 changes: 5 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ext {
refinedArchitectVersion = "0.0.1"
}
gradle.ext.refinedArchitectVersion = "0.1.0"

dependencyResolutionManagement {
repositories {
Expand All @@ -14,16 +12,16 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("common") {
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-common:${refinedArchitectVersion}")
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-common:${gradle.ext.refinedArchitectVersion}")
}
create("fabric") {
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-fabric:${refinedArchitectVersion}")
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-fabric:${gradle.ext.refinedArchitectVersion}")
}
create("forge") {
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-forge:${refinedArchitectVersion}")
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog-platform-forge:${gradle.ext.refinedArchitectVersion}")
}
create("libs") {
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog:${refinedArchitectVersion}")
from("com.refinedmods.refinedarchitect:refinedarchitect-catalog:${gradle.ext.refinedArchitectVersion}")
}
}
}
Expand Down

0 comments on commit a2fe24d

Please sign in to comment.