File tree Expand file tree Collapse file tree 3 files changed +33
-5
lines changed
src/main/java/com/samjakob/spigui Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,33 @@ gradle-app.setting
117117.gradletasknamecache
118118
119119# # 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 {
44}
55
66group ' com.samjakob'
7- version ' 1.0 -SNAPSHOT'
7+ version ' 1.2 -SNAPSHOT'
88
99repositories {
1010 mavenCentral()
@@ -23,9 +23,8 @@ repositories {
2323dependencies {
2424 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
2525
26- // Spigot & Bukkit APIs
26+ // Spigot API
2727 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'
2928}
3029
3130task testJar (type : Jar ) {
Original file line number Diff line number Diff line change 1818 * <a href="https://github.com/SamJakob/SpiGUI">https://github.com/SamJakob/SpiGUI</a>
1919 *
2020 * @author SamJakob
21- * @version 2.0 .0
21+ * @version 1.2 .0
2222 */
2323public class SpiGUI {
2424
You can’t perform that action at this time.
0 commit comments