This repository was archived by the owner on Oct 5, 2022. It is now read-only.
File tree 3 files changed +32
-0
lines changed
3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <module version =" 4" >
3
+ <component name =" FacetManager" >
4
+ <facet type =" minecraft" name =" Minecraft" >
5
+ <configuration >
6
+ <autoDetectTypes >
7
+ <platformType >SPIGOT</platformType >
8
+ </autoDetectTypes >
9
+ </configuration >
10
+ </facet >
11
+ </component >
12
+ </module >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >net.ghastgames.cauldron</groupId >
13
13
<artifactId >UIKit</artifactId >
14
+ <dependencies >
15
+ <dependency >
16
+ <groupId >org.projectlombok</groupId >
17
+ <artifactId >lombok</artifactId >
18
+ <version >RELEASE</version >
19
+ <scope >compile</scope >
20
+ </dependency >
21
+ </dependencies >
14
22
15
23
<properties >
16
24
<maven .compiler.source>8</maven .compiler.source>
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <module version =" 4" >
3
+ <component name =" FacetManager" >
4
+ <facet type =" minecraft" name =" Minecraft" >
5
+ <configuration >
6
+ <autoDetectTypes >
7
+ <platformType >SPIGOT</platformType >
8
+ </autoDetectTypes >
9
+ </configuration >
10
+ </facet >
11
+ </component >
12
+ </module >
You can’t perform that action at this time.
0 commit comments