File tree 3 files changed +33
-5
lines changed
src/main/java/com/samjakob/spigui
3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,33 @@ gradle-app.setting
117
117
.gradletasknamecache
118
118
119
119
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
120
- # gradle/wrapper/gradle-wrapper.properties
120
+ # gradle/wrapper/gradle-wrapper.properties
121
+
122
+ # macOS System Files
123
+ # General
124
+ .DS_Store
125
+ .AppleDouble
126
+ .LSOverride
127
+
128
+ # Icon must end with two \r
129
+ Icon
130
+
131
+
132
+ # Thumbnails
133
+ ._ *
134
+
135
+ # Files that might appear in the root of a volume
136
+ .DocumentRevisions-V100
137
+ .fseventsd
138
+ .Spotlight-V100
139
+ .TemporaryItems
140
+ .Trashes
141
+ .VolumeIcon.icns
142
+ .com.apple.timemachine.donotpresent
143
+
144
+ # Directories potentially created on remote AFP share
145
+ .AppleDB
146
+ .AppleDesktop
147
+ Network Trash Folder
148
+ Temporary Items
149
+ .apdisk
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group ' com.samjakob'
7
- version ' 1.0 -SNAPSHOT'
7
+ version ' 1.2 -SNAPSHOT'
8
8
9
9
repositories {
10
10
mavenCentral()
@@ -23,9 +23,8 @@ repositories {
23
23
dependencies {
24
24
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
25
25
26
- // Spigot & Bukkit APIs
26
+ // Spigot API
27
27
implementation group : ' org.spigotmc' , name : ' spigot-api' , version : ' 1.8.8-R0.1-SNAPSHOT'
28
- implementation group : ' org.bukkit' , name : ' bukkit' , version : ' 1.8.8-R0.1-SNAPSHOT'
29
28
}
30
29
31
30
task testJar (type : Jar ) {
Original file line number Diff line number Diff line change 18
18
* <a href="https://github.com/SamJakob/SpiGUI">https://github.com/SamJakob/SpiGUI</a>
19
19
*
20
20
* @author SamJakob
21
- * @version 2.0 .0
21
+ * @version 1.2 .0
22
22
*/
23
23
public class SpiGUI {
24
24
You can’t perform that action at this time.
0 commit comments