Skip to content

Commit 73644a3

Browse files
Merge pull request #50 from SpineEventEngine/force-delayed-configurations
Force delayed configurations for publishing
2 parents b0f31fc + c78a080 commit 73644a3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ configurations {
108108
Grpc.forceArtifacts(project, this@all, this@resolutionStrategy)
109109
Jackson.forceArtifacts(project, this@all, this@resolutionStrategy)
110110
Jackson.DataType.forceArtifacts(project, this@all, this@resolutionStrategy)
111+
Jackson.DataFormat.forceArtifacts(project, this@all, this@resolutionStrategy)
111112
force(
112113
Grpc.bom,
114+
Jackson.bom,
113115
Base.annotations,
114116
Base.lib,
115117
Base.environment,

dependencies.md

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

22

3-
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.221`
3+
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.222`
44

55
## Runtime
66
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
@@ -1026,6 +1026,6 @@
10261026

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

1029-
This report was generated on **Mon Dec 22 18:25:07 WET 2025** using
1029+
This report was generated on **Mon Dec 22 19:16:57 WET 2025** using
10301030
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
10311031
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

pom.xml

Lines changed: 1 addition & 1 deletion
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</groupId>
1212
<artifactId>base-types</artifactId>
13-
<version>2.0.0-SNAPSHOT.221</version>
13+
<version>2.0.0-SNAPSHOT.222</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
*
3030
* For dependencies on Spine modules please see [io.spine.dependency.local.Spine].
3131
*/
32-
val versionToPublish by extra("2.0.0-SNAPSHOT.221")
32+
val versionToPublish by extra("2.0.0-SNAPSHOT.222")

0 commit comments

Comments
 (0)