Skip to content

Commit

Permalink
Merge pull request #35 from refinedmods/release/0.4.2
Browse files Browse the repository at this point in the history
Release v0.4.2
  • Loading branch information
raoulvdberge authored Jun 20, 2023
2 parents a2852c9 + 7a0619b commit d6ec4aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Analyze
if: ${{ inputs.sonarqube == true }}
run: ./gradlew sonarqube
run: ./gradlew sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.2] - 2023-06-20

### Fixed

- Upgraded Sonar Gradle plugin.

## [0.4.1] - 2023-06-13

### Fixed

- Fixed build errors by removing Foojay convention plugin.

## [0.4.0] - 2023-05-29

### Changed
Expand Down Expand Up @@ -58,7 +68,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Gradle helpers for Fabric and Forge projects.
- CI workflows.

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.2...HEAD

[0.4.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.1...v0.4.2

[0.4.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.0...v0.4.1

Expand Down
2 changes: 1 addition & 1 deletion helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.9.11'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.2.1.3168'
classpath 'org.spongepowered:vanillagradle:0.2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:[6.0,6.2)'
classpath 'fabric-loom:fabric-loom.gradle.plugin:1.2-SNAPSHOT'
Expand Down

0 comments on commit d6ec4aa

Please sign in to comment.