diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-11-02 16:05:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 16:05:34 +0100 |
| commit | a27e1e5ec300b3b0bd3d4631b680d3b052a69b7d (patch) | |
| tree | f23a0e84d43a3c724c22415840f003ee4686a775 /buildSrc | |
| parent | 722bf49b9263005d665b01c8fa6c676ef9a685f7 (diff) | |
| parent | 29abae146139078b1c7254c0e46b5c9e65cc30cd (diff) | |
ci: Update Github Actions workflows (#40)
This pull request updates the CI pipeline of the project.
**Implementation Notes**
- Update to Codecov action v2
- Update to `setup-java` v2
- Migrate to `gradle/gradle-build-action@v2`
- Add workflows for testing Java and Gradle EA releases
- Update build dependencies
**External Dependencies**
- Kotlin, Github Actions, Ktlint, Dokka
Diffstat (limited to 'buildSrc')
| -rw-r--r-- | buildSrc/build.gradle.kts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 4eb8ac31..0dab8647 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,10 +31,10 @@ repositories { } dependencies { - implementation(kotlin("gradle-plugin", version = "1.5.30")) - implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0") - implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.30") + implementation(kotlin("gradle-plugin", version = "1.5.31")) + implementation("org.jlleitschuh.gradle:ktlint-gradle:10.2.0") + implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.31") implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.6") - implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0") + implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.30") implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") } |
