diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt index 8328e403b2..27147386e1 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName") object BaseTypes { - const val version = "2.0.0-SNAPSHOT.222" + const val version = "2.0.0-SNAPSHOT.223" const val group = Spine.group const val artifact = "spine-base-types" const val lib = "$group:$artifact:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt index febf8ae9b3..ff1ad47ec0 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt @@ -72,7 +72,7 @@ object Compiler : Dependency() { * The version of the Compiler dependencies. */ override val version: String - private const val fallbackVersion = "2.0.0-SNAPSHOT.037" + private const val fallbackVersion = "2.0.0-SNAPSHOT.038" /** * The distinct version of the Compiler used by other build tools. @@ -81,7 +81,7 @@ object Compiler : Dependency() { * transitive dependencies, this is the version used to build the project itself. */ val dogfoodingVersion: String - private const val fallbackDfVersion = "2.0.0-SNAPSHOT.037" + private const val fallbackDfVersion = "2.0.0-SNAPSHOT.038" /** * The artifact for the Compiler Gradle plugin. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt index a6a93f0ba9..49df6fbe10 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt @@ -39,7 +39,7 @@ typealias CoreJava = CoreJvm @Suppress("ConstPropertyName", "unused") object CoreJvm { const val group = Spine.group - const val version = "2.0.0-SNAPSHOT.370" + const val version = "2.0.0-SNAPSHOT.371" const val coreArtifact = "spine-core" const val clientArtifact = "spine-client" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt index 4bfe22cdfc..3de642eb40 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt @@ -33,7 +33,7 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName") object Time { - const val version = "2.0.0-SNAPSHOT.220" + const val version = "2.0.0-SNAPSHOT.231" const val group = Spine.group const val artifact = "spine-time" const val lib = "$group:$artifact:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt index 1bc5f7675b..950be9306a 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt @@ -36,7 +36,7 @@ object Validation { /** * The version of the Validation library artifacts. */ - const val version = "2.0.0-SNAPSHOT.390" + const val version = "2.0.0-SNAPSHOT.391" /** * The last version of Validation compatible with ProtoData. diff --git a/buildSrc/src/main/kotlin/io/spine/gradle/publish/PublishingExts.kt b/buildSrc/src/main/kotlin/io/spine/gradle/publish/PublishingExts.kt index 9b32c9b448..efe51d60f0 100644 --- a/buildSrc/src/main/kotlin/io/spine/gradle/publish/PublishingExts.kt +++ b/buildSrc/src/main/kotlin/io/spine/gradle/publish/PublishingExts.kt @@ -322,6 +322,7 @@ internal fun Project.artifacts(jarFlags: JarFlags): Set> { /** * Adds the source code and documentation JARs to the publication. */ +@Suppress("unused") fun MavenPublication.addSourceAndDocJars(project: Project) { val tasks = mutableSetOf>() tasks.add(project.sourcesJar()) diff --git a/config b/config index 9a4fbe2bca..dcd2cee3af 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 9a4fbe2bcae9a7b5f0d20159d41a8756d236e146 +Subproject commit dcd2cee3af82ce8e4de407801636637f7cdcef3c diff --git a/dependencies.md b/dependencies.md index 220a7f9d52..638df1e543 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1139,14 +1139,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:51 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1731,14 +1731,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:16 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -2807,14 +2807,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:34 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -3901,14 +3901,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:34 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.auto.service. **Name** : auto-service-annotations. **Version** : 1.1.1. @@ -3971,14 +3971,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:51 WET 2025** using +This report was generated on **Mon Jan 05 18:16:37 GMT 2026** 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). -# Dependencies of `io.spine:validation-jvm-runtime:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine:validation-jvm-runtime:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4811,14 +4811,14 @@ This report was generated on **Thu Dec 25 18:03:51 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:34 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-ksp:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-ksp:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.auto.service. **Name** : auto-service-annotations. **Version** : 1.1.1. @@ -5747,14 +5747,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:59 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -6345,14 +6345,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:16:53 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -6863,14 +6863,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:16 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -7554,14 +7554,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:16 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8183,14 +8183,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:18 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -8855,14 +8855,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:21 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -9613,14 +9613,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:52 WET 2025** using +This report was generated on **Mon Jan 05 18:17:20 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -9890,14 +9890,14 @@ This report was generated on **Thu Dec 25 18:03:52 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:51 WET 2025** using +This report was generated on **Mon Jan 05 18:17:17 GMT 2026** 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). -# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.391` +# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.392` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -10248,6 +10248,6 @@ This report was generated on **Thu Dec 25 18:03:51 WET 2025** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Thu Dec 25 18:03:51 WET 2025** using +This report was generated on **Mon Jan 05 18:17:17 GMT 2026** 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). \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 72f9e559d0..49ad30c59b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.parallel=true #org.gradle.caching=true # Dokka plugin eats more memory than usual. Therefore, all builds should have enough. -org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC +org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC -Dfile.encoding=UTF-8 # suppress inspection "UnusedProperty" # The below property enables generation of XML reports for tests. @@ -23,5 +23,3 @@ kotlin.tests.individualTaskReports=true # For details please see: # https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers - -#org.gradle.debug=true diff --git a/pom.xml b/pom.xml index 051d91c045..8a7f3a787c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.tools validation -2.0.0-SNAPSHOT.391 +2.0.0-SNAPSHOT.392 2015 @@ -56,37 +56,37 @@ all modules and does not describe the project structure per-subproject. io.spine spine-time - 2.0.0-SNAPSHOT.220 + 2.0.0-SNAPSHOT.231 compile io.spine spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.390 + 2.0.0-SNAPSHOT.391 compile io.spine.tools compiler-backend - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 compile io.spine.tools compiler-gradle-api - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 compile io.spine.tools compiler-gradle-plugin - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 compile io.spine.tools compiler-jvm - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 compile @@ -170,13 +170,13 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-api - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 test io.spine.tools compiler-testlib - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 test @@ -271,12 +271,12 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-cli-all - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 io.spine.tools compiler-protoc-plugin - 2.0.0-SNAPSHOT.037 + 2.0.0-SNAPSHOT.038 io.spine.tools @@ -301,7 +301,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools validation-java-bundle - 2.0.0-SNAPSHOT.390 + 2.0.0-SNAPSHOT.391 net.sourceforge.pmd diff --git a/version.gradle.kts b/version.gradle.kts index 33b5cd69fd..3e247b4344 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -29,4 +29,4 @@ * * For Spine-based dependencies please see [io.spine.dependency.local.Spine]. */ -val validationVersion by extra("2.0.0-SNAPSHOT.391") +val validationVersion by extra("2.0.0-SNAPSHOT.392")