Skip to content

Commit 61f4e45

Browse files
Merge pull request #48 from SpineEventEngine/bump-base-and-toolbase
Bump Base and ToolBase
2 parents b463b17 + 4868414 commit 61f4e45

File tree

10 files changed

+56
-49
lines changed

10 files changed

+56
-49
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
FORMAL_GIT_HUB_PAGES_AUTHOR: [email protected]
6060
# https://docs.github.com/en/actions/reference/environment-variables
61-
REPO_SLUG: $GITHUB_REPOSITORY # e.g. SpineEventEngine/core-java
61+
REPO_SLUG: ${{ github.repository }} # e.g. SpineEventEngine/core-java
6262
GOOGLE_APPLICATION_CREDENTIALS: ./maven-publisher.json
6363
NPM_TOKEN: ${{ secrets.NPM_SECRET }}

buildSrc/src/main/kotlin/io/spine/dependency/local/Base.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName", "unused")
3535
object Base {
36-
const val version = "2.0.0-SNAPSHOT.380"
37-
const val versionForBuildScript = "2.0.0-SNAPSHOT.380"
36+
const val version = "2.0.0-SNAPSHOT.382"
37+
const val versionForBuildScript = "2.0.0-SNAPSHOT.382"
3838
const val group = Spine.group
3939
const val artifact = "spine-base"
4040
const val lib = "$group:$artifact:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName")
3535
object BaseTypes {
36-
const val version = "2.0.0-SNAPSHOT.211"
36+
const val version = "2.0.0-SNAPSHOT.212"
3737
const val group = Spine.group
3838
const val artifact = "spine-base-types"
3939
const val lib = "$group:$artifact:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ object CoreJvmCompiler {
4646
/**
4747
* The version used to in the build classpath.
4848
*/
49-
const val dogfoodingVersion = "2.0.0-SNAPSHOT.029"
49+
const val dogfoodingVersion = "2.0.0-SNAPSHOT.034"
5050

5151
/**
5252
* The version to be used for integration tests.
5353
*/
54-
const val version = "2.0.0-SNAPSHOT.029"
54+
const val version = "2.0.0-SNAPSHOT.034"
5555

5656
/**
5757
* The ID of the Gradle plugin.

buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ package io.spine.dependency.local
3434
@Suppress("ConstPropertyName", "unused")
3535
object ToolBase {
3636
const val group = Spine.toolsGroup
37-
const val version = "2.0.0-SNAPSHOT.370"
38-
const val dogfoodingVersion = "2.0.0-SNAPSHOT.370"
37+
const val version = "2.0.0-SNAPSHOT.371"
38+
const val dogfoodingVersion = "2.0.0-SNAPSHOT.371"
3939

4040
const val lib = "$group:tool-base:$version"
4141
const val classicCodegen = "$group:classic-codegen:$version"

buildSrc/src/main/kotlin/io/spine/gradle/report/license/LicenseReporter.kt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,18 @@ object LicenseReporter {
151151
sourceProjects: Iterable<Project>,
152152
rootProject: Project
153153
) {
154-
val paths = sourceProjects.map {
155-
val buildDir = it.layout.buildDirectory.asFile.get()
156-
"$buildDir/${Paths.relativePath}/${Paths.outputFilename}"
157-
}
158-
println("Merging the license reports from the all projects.")
154+
val paths = sourceProjects
155+
.map {
156+
val buildDir = it.layout.buildDirectory.asFile.get()
157+
"$buildDir/${Paths.relativePath}/${Paths.outputFilename}"
158+
}.filter {
159+
val exists = File(it).exists()
160+
if (!exists) {
161+
rootProject.logger.debug("License report file not found: $it")
162+
}
163+
exists
164+
}
165+
println("Merging the license reports from all projects.")
159166
val mergedContent = paths.joinToString("\n\n\n") { (File(it)).readText() }
160167
val output = File("${rootProject.rootDir}/${Paths.outputFilename}")
161168
output.writeText(mergedContent)

dependencies.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

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

55
## Runtime
66
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
@@ -1131,14 +1131,14 @@
11311131

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

1134-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
1134+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
11351135
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
11361136
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
11371137

11381138

11391139

11401140

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

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

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

2004-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
2004+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
20052005
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
20062006
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
20072007

20082008

20092009

20102010

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

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

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

3146-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
3146+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
31473147
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
31483148
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
31493149

31503150

31513151

31523152

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

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

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

4337-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
4337+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
43384338
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
43394339
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
43404340

43414341

43424342

43434343

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

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

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

5409-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
5409+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
54105410
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
54115411
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
54125412

54135413

54145414

54155415

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

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

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

6529-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
6529+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
65306530
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
65316531
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
65326532

65336533

65346534

65356535

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

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

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

7688-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
7688+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
76897689
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
76907690
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
76917691

76927692

76937693

76947694

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

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

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

8818-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
8818+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
88198819
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
88208820
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
88218821

88228822

88238823

88248824

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

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

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

9702-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
9702+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
97039703
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
97049704
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
97059705

97069706

97079707

97089708

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

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

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

10840-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
10840+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
1084110841
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
1084210842
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
1084310843

1084410844

1084510845

1084610846

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

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

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

12085-
This report was generated on **Fri Nov 28 17:35:39 WET 2025** using
12085+
This report was generated on **Wed Dec 03 18:34:53 WET 2025** using
1208612086
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
1208712087
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
1010
-->
1111
<groupId>io.spine.tools</groupId>
1212
<artifactId>spine-compiler</artifactId>
13-
<version>2.0.0-SNAPSHOT.031</version>
13+
<version>2.0.0-SNAPSHOT.032</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

@@ -98,13 +98,13 @@ all modules and does not describe the project structure per-subproject.
9898
<dependency>
9999
<groupId>io.spine</groupId>
100100
<artifactId>spine-base</artifactId>
101-
<version>2.0.0-SNAPSHOT.380</version>
101+
<version>2.0.0-SNAPSHOT.382</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>io.spine</groupId>
106106
<artifactId>spine-format</artifactId>
107-
<version>2.0.0-SNAPSHOT.380</version>
107+
<version>2.0.0-SNAPSHOT.382</version>
108108
<scope>compile</scope>
109109
</dependency>
110110
<dependency>
@@ -134,25 +134,25 @@ all modules and does not describe the project structure per-subproject.
134134
<dependency>
135135
<groupId>io.spine.tools</groupId>
136136
<artifactId>gradle-plugin-api</artifactId>
137-
<version>2.0.0-SNAPSHOT.370</version>
137+
<version>2.0.0-SNAPSHOT.371</version>
138138
<scope>compile</scope>
139139
</dependency>
140140
<dependency>
141141
<groupId>io.spine.tools</groupId>
142142
<artifactId>jvm-tools</artifactId>
143-
<version>2.0.0-SNAPSHOT.370</version>
143+
<version>2.0.0-SNAPSHOT.371</version>
144144
<scope>compile</scope>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.spine.tools</groupId>
148148
<artifactId>plugin-base</artifactId>
149-
<version>2.0.0-SNAPSHOT.370</version>
149+
<version>2.0.0-SNAPSHOT.371</version>
150150
<scope>compile</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>io.spine.tools</groupId>
154154
<artifactId>protobuf-setup-plugins</artifactId>
155-
<version>2.0.0-SNAPSHOT.370</version>
155+
<version>2.0.0-SNAPSHOT.371</version>
156156
<scope>compile</scope>
157157
</dependency>
158158
<dependency>
@@ -164,13 +164,13 @@ all modules and does not describe the project structure per-subproject.
164164
<dependency>
165165
<groupId>io.spine.tools</groupId>
166166
<artifactId>psi-java</artifactId>
167-
<version>2.0.0-SNAPSHOT.370</version>
167+
<version>2.0.0-SNAPSHOT.371</version>
168168
<scope>compile</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>io.spine.tools</groupId>
172172
<artifactId>tool-base</artifactId>
173-
<version>2.0.0-SNAPSHOT.370</version>
173+
<version>2.0.0-SNAPSHOT.371</version>
174174
<scope>compile</scope>
175175
</dependency>
176176
<dependency>
@@ -236,7 +236,7 @@ all modules and does not describe the project structure per-subproject.
236236
<dependency>
237237
<groupId>io.spine.tools</groupId>
238238
<artifactId>plugin-testlib</artifactId>
239-
<version>2.0.0-SNAPSHOT.370</version>
239+
<version>2.0.0-SNAPSHOT.371</version>
240240
<scope>test</scope>
241241
</dependency>
242242
<dependency>
@@ -354,12 +354,12 @@ all modules and does not describe the project structure per-subproject.
354354
<dependency>
355355
<groupId>io.spine.tools</groupId>
356356
<artifactId>core-jvm-gradle-plugins</artifactId>
357-
<version>2.0.0-SNAPSHOT.029</version>
357+
<version>2.0.0-SNAPSHOT.034</version>
358358
</dependency>
359359
<dependency>
360360
<groupId>io.spine.tools</groupId>
361361
<artifactId>core-jvm-routing</artifactId>
362-
<version>2.0.0-SNAPSHOT.029</version>
362+
<version>2.0.0-SNAPSHOT.034</version>
363363
</dependency>
364364
<dependency>
365365
<groupId>io.spine.tools</groupId>

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* This version is also used by integration test projects.
3131
* E.g. see `tests/consumer/build.gradle.kts`.
3232
*/
33-
val compilerVersion: String by extra("2.0.0-SNAPSHOT.031")
33+
val compilerVersion: String by extra("2.0.0-SNAPSHOT.032")
3434

3535
/**
3636
* The version, same as [compilerVersion], which is used for publishing

0 commit comments

Comments
 (0)