File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"fileName" : " SpikesLib2.json" ,
3
3
"name" : " SpikesLib2" ,
4
- "version" : " v4.0.2 -beta" ,
4
+ "version" : " v4.0.4 -beta" ,
5
5
"frcYear" : " 2024" ,
6
6
"uuid" : " 018a8f54-8662-11ec-a8a3-0242ac120002" ,
7
7
"jsonUrl" : " https://raw.githubusercontent.com/Spikes-2212-Programming-Guild/SpikesLib2/master/SpikesLib2.json" ,
15
15
{
16
16
"groupId" : " com.github.Spikes-2212-Programming-Guild" ,
17
17
"artifactId" : " SpikesLib2" ,
18
- "version" : " 4.0.2 -beta"
18
+ "version" : " 4.0.4 -beta"
19
19
}
20
20
]
21
21
}
Original file line number Diff line number Diff line change @@ -23,6 +23,18 @@ repositories {
23
23
}
24
24
}
25
25
26
+ publishing {
27
+ publications {
28
+ mavenJava(MavenPublication ) {
29
+ groupId = ' org.gradle.sample'
30
+ artifactId = ' library'
31
+ version = ' 4.0.4'
32
+
33
+ from components. java
34
+ }
35
+ }
36
+ }
37
+
26
38
dependencies {
27
39
implementation group : ' com.ctre.phoenix6' , name : ' wpiapi-java' , version : ' 24.0.0-beta-8'
28
40
implementation group : ' edu.wpi.first.ntcore' , name : ' ntcore-java' , version : ' 2024.1.1'
You can’t perform that action at this time.
0 commit comments