We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53be4a commit c689c6cCopy full SHA for c689c6c
2 files changed
.jitpack.yaml
@@ -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
@@ -142,7 +142,7 @@ java {
142
publishing {
143
publications {
144
maven(MavenPublication) {
145
- groupId = 'com.github.AusTINCANsProgrammingTeam.2023RobotCode'
+ groupId = 'com.github.azvanderpas.2023RobotCode'
146
artifactId = 'library'
147
version = "${version}"
148
from components.java
0 commit comments