File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
java_version : ['8', '11', '17']
28
+ kotlin_version : ['1.4.32', '1.5.32', '1.6.21', '1.7.20']
28
29
os : ['ubuntu-20.04']
29
30
env :
30
31
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
43
44
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
44
45
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
45
46
- name : Build
46
- run : ./mvnw -B -q -ff -ntp verify
47
+ run : ./mvnw -B -q -ff -ntp -Dversion.kotlin=${{ matrix.kotlin_version }} verify
47
48
- name : Extract project Maven version
48
49
id : projectVersion
49
50
run : echo ::set-output name=version::$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)
Original file line number Diff line number Diff line change 42
42
<connection >scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</connection >
43
43
<developerConnection >scm:git:git@github.com:FasterXML/jackson-module-kotlin.git</developerConnection >
44
44
<url >https://github.com/FasterXML/jackson-module-kotlin</url >
45
- <tag >jackson-module-kotlin-2.13.2-take2 </tag >
45
+ <tag >HEAD2 </tag >
46
46
</scm >
47
47
48
48
<properties >
52
52
<javac .src.version>1.8</javac .src.version>
53
53
<javac .target.version>1.8</javac .target.version>
54
54
55
- <version .kotlin>1.5.30 </version .kotlin>
55
+ <version .kotlin>1.5.32 </version .kotlin>
56
56
57
57
<!-- Generate PackageVersion.java into this directory. -->
58
58
<packageVersion .dir>com/fasterxml/jackson/module/kotlin</packageVersion .dir>
You can’t perform that action at this time.
0 commit comments