Skip to content

Commit

Permalink
Merge pull request #23 from saschpe/saschpe.minor-updates
Browse files Browse the repository at this point in the history
saschpe.minor updates
  • Loading branch information
saschpe authored Jun 13, 2024
2 parents d16b1d7 + 5a660a0 commit af70949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.1] - 2024-03-23
- Provide javadoc artifacts for Sonatype Maven Central
- Dependency update:
- [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html)

## [1.1.0] - 2023-09-14
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ spotless {
}
kotlin {
target("**/*.kt")
ktlint("1.2.1").setEditorConfigPath(".editorconfig")
ktlint("1.3.0").setEditorConfigPath(".editorconfig")
}
kotlinGradle {
ktlint("1.2.1").setEditorConfigPath(".editorconfig")
ktlint("1.3.0").setEditorConfigPath(".editorconfig")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit af70949

Please sign in to comment.