Skip to content

Commit 5afbde2

Browse files
committed
Add missing gradle-wrapper.jar
Misc project updates
1 parent 62216d2 commit 5afbde2

15 files changed

+19
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
.mtj.tmp/
1212

1313
# Package Files #
14-
*.jar
1514
*.war
1615
*.nar
1716
*.ear

.gradle/5.0/fileHashes/fileHashes.bin

2.34 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
952 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
288 Bytes
Binary file not shown.

.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>FrisbeeBot</name>
3+
<name>frisbeeBotCode</name>
44
<comment>Project FrisbeeBot created by Buildship.</comment>
55
<projects>
66
</projects>

build/debug/debuginfo.json

+7
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"debugfile": "frcJava_roborio.debugconfig",
66
"project": "FrisbeeBot",
77
"language": "java"
8+
},
9+
{
10+
"artifact": "frcJava (in project frisbeeBotCode)",
11+
"target": "roborio",
12+
"debugfile": "frcJava_roborio.debugconfig",
13+
"project": "frisbeeBotCode",
14+
"language": "java"
815
}
916
]
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"target": "10.38.83.87:8349",
3-
"ipAddress": "10.38.83.87",
2+
"target": "10.33.33.87:8349",
3+
"ipAddress": "10.33.33.87",
44
"port": 8349
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"artifact": "frcJava (in project frisbeeBotCode)",
4+
"target": "roborio",
5+
"debugfile": "frcJava_roborio.debugconfig",
6+
"project": "frisbeeBotCode",
7+
"language": "java"
8+
}
9+
]

build/libs/frisbeeBotCode.jar

748 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.jar

54.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)