File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
ocpi-toolkit-2.2.1-jackson
ocpi-toolkit-2.2.1-kotlinx-serialization Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v5
2828
2929 - name : Setup gradle action
30- uses : gradle/actions/setup-gradle@v4
30+ uses : gradle/actions/setup-gradle@v5
3131 with :
3232 cache-read-only : ${{ github.ref != 'refs/heads/main' }}
3333
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v5
2727
2828 - name : Setup gradle action
29- uses : gradle/actions/setup-gradle@v4
29+ uses : gradle/actions/setup-gradle@v5
3030 with :
3131 cache-read-only : ${{ github.ref != 'refs/heads/main' }}
3232
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ publishing {
2020 from(components[" java" ])
2121
2222 pom {
23- name.set(" OCPI 2.2.1 kotlinx. jackson" )
23+ name.set(" OCPI 2.2.1 jackson serialization " )
2424 artifactId = " ocpi-2-2-1-jackson"
2525 description.set(" Jackson serializers for OCPI data classes" )
2626 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ publishing {
3131 from(components[" java" ])
3232
3333 pom {
34- name.set(" OCPI 2.2.1 kotlinx.kotlinx- serialization" )
34+ name.set(" OCPI 2.2.1 kotlinx serialization" )
3535 artifactId = " ocpi-2-2-1-kotlinx-serialization"
3636 description.set(" Kotlinx Serialization serializers for OCPI data classes" )
3737 }
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
3131 testImplementation(" org.testcontainers:mongodb:${Versions .testcontainers} " )
3232 testImplementation(" org.litote.kmongo:kmongo:${Versions .kmongo} " )
3333
34- testImplementation (project(" :integrations:ocpi-toolkit-2.2.1-jackson" ))
35- testImplementation (project(" :integrations:ocpi-toolkit-2.2.1-kotlinx-serialization" ))
34+ testRuntimeOnly (project(" :integrations:ocpi-toolkit-2.2.1-jackson" ))
35+ testRuntimeOnly (project(" :integrations:ocpi-toolkit-2.2.1-kotlinx-serialization" ))
3636 testRuntimeOnly(" ch.qos.logback:logback-classic:${Versions .logback} " )
3737 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3838}
You can’t perform that action at this time.
0 commit comments