-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjitpack.yml
More file actions
13 lines (13 loc) · 739 Bytes
/
Copy pathjitpack.yml
File metadata and controls
13 lines (13 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
jdk:
- openjdk17
before_install:
# cti-if depends on zstream (net.zamasoft:zstream-io/-resolver, not on Maven Central).
# settings.gradle includes a sibling checkout as a composite build.
- git clone --depth 1 https://github.com/zamasoftnet/zstream ../zstream
install:
# Publish only the root artifact (the cti-driver fat jar under artifactId cti.java).
# If more than one artifact is installed, JitPack treats the build as multi-module and
# replaces the root POM with one that depends on com.github.zamasoftnet.cti.java:*,
# which cannot be resolved because the dot in the repository name splits the path.
# The server modules are not built here either: they need a JDK 21 toolchain.
- ./gradlew :publishToMavenLocal