Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
js802025 committed Jul 27, 2024
2 parents 2d5a9bc + 767251c commit 93fe93e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java'
}

group 'org.frcforftc'
group 'com.github.FRC-For-FTC-Tools'
version '1.0-SNAPSHOT'

sourceCompatibility = '1.8'
Expand All @@ -21,10 +21,12 @@ dependencies {

implementation 'org.java-websocket:Java-WebSocket:1.5.2'

// Other dependencies as needed
//#region Remove for FTC SDK to work
// runtimeOnly 'org.slf4j:slf4j-api:1.7.36'
// runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
// runtimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0'
//#endregion

implementation 'com.google.guava:guava:31.1-jre'
implementation 'org.msgpack:msgpack-core:0.9.3'
}
Expand All @@ -43,8 +45,8 @@ sourceSets {
publishing {
publications {
maven(MavenPublication) {
groupId = 'org.frcforftc'
artifactId = 'ntcore-java'
groupId = 'com.github.FRC-For-FTC-Tools'
artifactId = 'nt-self-impl'
version = '0.0.1'

from components.java
Expand Down

0 comments on commit 93fe93e

Please sign in to comment.