Skip to content

Commit 6b48ee5

Browse files
Update jitpack.yml
1 parent 5cefdf9 commit 6b48ee5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

jitpack.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ jdk:
22
- openjdk17
33

44
env:
5-
# Give Maven extra memory to handle shading JDA and HikariCP smoothly
65
MAVEN_OPTS: "-Xmx1024m -Xms512m"
76

87
before_install:
9-
# Pre-download all dependencies so the actual build step is lightning fast
8+
# Upgrade to a modern Maven version to support your pom.xml plugins
9+
- sdk install maven 3.9.6
1010
- mvn dependency:go-offline -B --no-transfer-progress
1111

1212
install:
13-
# Build the project using parallel threads, and force Javadoc/Sources generation for IDE support
1413
- mvn clean install -DskipTests -B --no-transfer-progress -T 1C -Dmaven.javadoc.skip=false -Dmaven.source.skip=false

0 commit comments

Comments
 (0)