Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/detekt-code-analysis.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ detekt {
// module's content. The custom config adds Compose-specific declarations.
// See whether/how `config` can be updated accordingly.
// See https://github.com/SpineEventEngine/Chords/issues/3
config.from(files("${rootDir}/config/quality/detekt-config.yml"))
config.from(files("${rootDir}/config/buildSrc/quality/detekt-config.yml"))
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion config
Submodule config updated 277 files
4 changes: 2 additions & 2 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.chords:spine-chords-gradle-plugin:1.9.20`
# Dependencies of `io.spine.chords:spine-chords-gradle-plugin:1.9.21`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -751,4 +751,4 @@

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Oct 21 20:27:54 EEST 2024** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
This report was generated on **Mon Dec 29 10:48:38 EET 2025** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories {
chordsGradlePlugin {
protoDependencies("io.spine:spine-money:1.5.0")
codegenPluginsArtifact =
"io.spine.chords:spine-chords-codegen-plugins:2.0.0-SNAPSHOT.35"
"io.spine.chords:spine-chords-codegen-plugins:2.0.0-SNAPSHOT.81"
}

""".trimIndent()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public open class ApplyCodegenPlugins : DefaultTask() {
/**
* Default Gradle build timeout.
*/
private const val BUILD_TIMEOUT_MINUTES: Long = 10
private const val BUILD_TIMEOUT_MINUTES: Long = 20
}

/**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine.chords</groupId>
<artifactId>Chords-Gradle-plugin</artifactId>
<version>1.9.20</version>
<version>1.9.21</version>

<inceptionYear>2015</inceptionYear>

Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
*
* The version should be updated to `2.0.x` after migrating to Spine `2.0.x`.
*/
val gradlePluginVersion: String by extra("1.9.20")
val gradlePluginVersion: String by extra("1.9.21")
Loading