From 0af89529f7e28d9e7664403439d2d7c66115f19b Mon Sep 17 00:00:00 2001 From: Sebastian Erives Date: Tue, 8 Oct 2024 00:11:16 -0600 Subject: [PATCH] rm RobotCore from jitpack.yml --- jitpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitpack.yml b/jitpack.yml index b59581d..a8870f7 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -3,4 +3,4 @@ jdk: before_install: - chmod +x gradlew install: - - ./gradlew clean build :publishToMavenLocal :RobotCore:publishToMavenLocal -x :example:build \ No newline at end of file + - ./gradlew clean build :publishToMavenLocal -x :example:build \ No newline at end of file