We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cefdf9 commit 6b48ee5Copy full SHA for 6b48ee5
1 file changed
jitpack.yml
@@ -2,13 +2,12 @@ jdk:
2
- openjdk17
3
4
env:
5
- # Give Maven extra memory to handle shading JDA and HikariCP smoothly
6
MAVEN_OPTS: "-Xmx1024m -Xms512m"
7
8
before_install:
9
- # Pre-download all dependencies so the actual build step is lightning fast
+ # Upgrade to a modern Maven version to support your pom.xml plugins
+ - sdk install maven 3.9.6
10
- mvn dependency:go-offline -B --no-transfer-progress
11
12
install:
13
- # Build the project using parallel threads, and force Javadoc/Sources generation for IDE support
14
- mvn clean install -DskipTests -B --no-transfer-progress -T 1C -Dmaven.javadoc.skip=false -Dmaven.source.skip=false
0 commit comments