Skip to content

Commit c689c6c

Browse files
committed
Override jitpack install and jdk?
1 parent b53be4a commit c689c6c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.jitpack.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jdk:
2+
- openjdk11
3+
4+
install:
5+
#- ./gradlew --no-daemon --stacktrace -x dokkaJavadoc -x :reporter-web-app:yarnBuild publishToMavenLocal
6+
- ./gradlew publishToMavenLocal

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ java {
142142
publishing {
143143
publications {
144144
maven(MavenPublication) {
145-
groupId = 'com.github.AusTINCANsProgrammingTeam.2023RobotCode'
145+
groupId = 'com.github.azvanderpas.2023RobotCode'
146146
artifactId = 'library'
147147
version = "${version}"
148148
from components.java

0 commit comments

Comments
 (0)