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 .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORMAL_GIT_HUB_PAGES_AUTHOR: [email protected]
# https://docs.github.com/en/actions/reference/environment-variables
REPO_SLUG: $GITHUB_REPOSITORY # e.g. SpineEventEngine/core-java
REPO_SLUG: ${{ github.repository }} # e.g. SpineEventEngine/core-java
GOOGLE_APPLICATION_CREDENTIALS: ./maven-publisher.json
NPM_TOKEN: ${{ secrets.NPM_SECRET }}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ package io.spine.dependency.local
*/
@Suppress("ConstPropertyName", "unused")
object Base {
const val version = "2.0.0-SNAPSHOT.380"
const val versionForBuildScript = "2.0.0-SNAPSHOT.380"
const val version = "2.0.0-SNAPSHOT.382"
const val versionForBuildScript = "2.0.0-SNAPSHOT.382"
const val group = Spine.group
const val artifact = "spine-base"
const val lib = "$group:$artifact:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package io.spine.dependency.local
*/
@Suppress("ConstPropertyName")
object BaseTypes {
const val version = "2.0.0-SNAPSHOT.211"
const val version = "2.0.0-SNAPSHOT.212"
const val group = Spine.group
const val artifact = "spine-base-types"
const val lib = "$group:$artifact:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ object CoreJvmCompiler {
/**
* The version used to in the build classpath.
*/
const val dogfoodingVersion = "2.0.0-SNAPSHOT.029"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.034"

/**
* The version to be used for integration tests.
*/
const val version = "2.0.0-SNAPSHOT.029"
const val version = "2.0.0-SNAPSHOT.034"

/**
* The ID of the Gradle plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ package io.spine.dependency.local
@Suppress("ConstPropertyName", "unused")
object ToolBase {
const val group = Spine.toolsGroup
const val version = "2.0.0-SNAPSHOT.370"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.370"
const val version = "2.0.0-SNAPSHOT.371"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.371"

const val lib = "$group:tool-base:$version"
const val classicCodegen = "$group:classic-codegen:$version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,18 @@ object LicenseReporter {
sourceProjects: Iterable<Project>,
rootProject: Project
) {
val paths = sourceProjects.map {
val buildDir = it.layout.buildDirectory.asFile.get()
"$buildDir/${Paths.relativePath}/${Paths.outputFilename}"
}
println("Merging the license reports from the all projects.")
val paths = sourceProjects
.map {
val buildDir = it.layout.buildDirectory.asFile.get()
"$buildDir/${Paths.relativePath}/${Paths.outputFilename}"
}.filter {
val exists = File(it).exists()
if (!exists) {
rootProject.logger.debug("License report file not found: $it")
}
exists
}
println("Merging the license reports from all projects.")
val mergedContent = paths.joinToString("\n\n\n") { (File(it)).readText() }
val output = File("${rootProject.rootDir}/${Paths.outputFilename}")
output.writeText(mergedContent)
Expand Down
44 changes: 22 additions & 22 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.tools:compiler-api:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-api:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -1131,14 +1131,14 @@

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-api-tests:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-api-tests:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 13.0.
Expand Down Expand Up @@ -2001,14 +2001,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-backend:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-backend:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -3143,14 +3143,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-cli:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-cli:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -4334,14 +4334,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-gradle-api:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-gradle-api:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -5406,14 +5406,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-gradle-plugin:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-gradle-plugin:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -6526,14 +6526,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-jvm:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-jvm:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -7685,14 +7685,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-params:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-params:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -8815,14 +8815,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-protoc-plugin:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-protoc-plugin:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -9699,14 +9699,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-test-env:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-test-env:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -10837,14 +10837,14 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).




# Dependencies of `io.spine.tools:compiler-testlib:2.0.0-SNAPSHOT.031`
# Dependencies of `io.spine.tools:compiler-testlib:2.0.0-SNAPSHOT.032`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -12082,6 +12082,6 @@ This report was generated on **Fri Nov 28 17:35:39 WET 2025** using

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

This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
This report was generated on **Wed Dec 03 18:34:53 WET 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).
24 changes: 12 additions & 12 deletions 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.tools</groupId>
<artifactId>spine-compiler</artifactId>
<version>2.0.0-SNAPSHOT.031</version>
<version>2.0.0-SNAPSHOT.032</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -98,13 +98,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-base</artifactId>
<version>2.0.0-SNAPSHOT.380</version>
<version>2.0.0-SNAPSHOT.382</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-format</artifactId>
<version>2.0.0-SNAPSHOT.380</version>
<version>2.0.0-SNAPSHOT.382</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -134,25 +134,25 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>gradle-plugin-api</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>jvm-tools</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>plugin-base</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>protobuf-setup-plugins</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -164,13 +164,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>psi-java</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>tool-base</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -236,7 +236,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>plugin-testlib</artifactId>
<version>2.0.0-SNAPSHOT.370</version>
<version>2.0.0-SNAPSHOT.371</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -354,12 +354,12 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>core-jvm-gradle-plugins</artifactId>
<version>2.0.0-SNAPSHOT.029</version>
<version>2.0.0-SNAPSHOT.034</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>core-jvm-routing</artifactId>
<version>2.0.0-SNAPSHOT.029</version>
<version>2.0.0-SNAPSHOT.034</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* This version is also used by integration test projects.
* E.g. see `tests/consumer/build.gradle.kts`.
*/
val compilerVersion: String by extra("2.0.0-SNAPSHOT.031")
val compilerVersion: String by extra("2.0.0-SNAPSHOT.032")

/**
* The version, same as [compilerVersion], which is used for publishing
Expand Down
Loading