Skip to content

Commit

Permalink
Update Kotlin to 1.8.10, Gradle to 8.0, and move buildSrc to included…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
Vampire committed Feb 16, 2023
1 parent c6f569d commit 2238c92
Show file tree
Hide file tree
Showing 59 changed files with 3,112 additions and 2,834 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-dependency-versions.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ workflowWithCopyright(
action = GradleCacheActionV1(
arguments = listOf("dependencyUpdates"),
debug = false,
concurrent = true,
gradleDependenciesCacheKey = listOf("buildSrc/**/Versions.kt")
concurrent = true
)
)
}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-dependency-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
name: Check Dependency Versions
uses: burrunan/gradle-cache-action@v1
with:
gradle-dependencies-cache-key: buildSrc/**/Versions.kt
debug: false
concurrent: true
arguments: dependencyUpdates
3 changes: 1 addition & 2 deletions .github/workflows/test.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ workflowWithCopyright(
"--scan"
),
debug = false,
concurrent = true,
gradleDependenciesCacheKey = listOf("buildSrc/**/Versions.kt")
concurrent = true
)
)
uses(
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
name: Build
uses: burrunan/gradle-cache-action@v1
with:
gradle-dependencies-cache-key: buildSrc/**/Versions.kt
debug: false
concurrent: true
arguments: |-
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Björn Kautler
# Copyright 2020-2023 Björn Kautler
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,6 +15,8 @@
/.idea/
/.gradle/
/build/
/buildSrc/.gradle/
/buildSrc/build/
/gradle/build-logic/.gradle/
/gradle/build-logic/build/
/gradle/dependency-updates-report-aggregation/.gradle/
/gradle/dependency-updates-report-aggregation/build/
/ncc-packer/build/
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

plugins {
net.kautler.versions
net.kautler.node
net.kautler.github_actions
net.kautler.readme
net.kautler.publishing
id(libs.plugins.convention.versions.get().pluginId)
id(libs.plugins.convention.node.get().pluginId)
id(libs.plugins.convention.github.actions.get().pluginId)
id(libs.plugins.convention.readme.get().pluginId)
id(libs.plugins.convention.publishing.get().pluginId)
}
216 changes: 0 additions & 216 deletions buildSrc/build.gradle.kts

This file was deleted.

62 changes: 0 additions & 62 deletions buildSrc/src/main/kotlin/net/kautler/Versions.kt

This file was deleted.

Loading

0 comments on commit 2238c92

Please sign in to comment.