File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/java/org/spongepowered/api/asset Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ val mathVersion: String by project
2929dependencies {
3030 val caffeineVersion: String by project
3131 val errorproneVersion: String by project
32+ val pluginSpiVersion: String by project
3233
3334 // Directly tied to what's available from Minecraft
3435 api(" org.apache.logging.log4j:log4j-api:$log4jVersion " )
@@ -78,7 +79,7 @@ dependencies {
7879 }
7980
8081 // Plugin spi, includes plugin-meta
81- api(" org.spongepowered:plugin-spi:0.2.1-SNAPSHOT " )
82+ api(" org.spongepowered:plugin-spi:$pluginSpiVersion " )
8283
8384 // Configurate
8485 api(platform(" org.spongepowered:configurate-bom:$configurateVersion " ))
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ configurateVersion=4.1.2
1212errorproneVersion =2.8.1
1313log4jVersion =2.8.1
1414mathVersion =2.0.1
15+ pluginSpiVersion =0.3.0
Original file line number Diff line number Diff line change 2626
2727import com .google .common .io .Resources ;
2828import org .spongepowered .plugin .PluginContainer ;
29- import org .spongepowered .plugin .jvm .Plugin ;
29+ import org .spongepowered .plugin .builtin . jvm .Plugin ;
3030
3131import java .io .IOException ;
3232import java .io .InputStream ;
You can’t perform that action at this time.
0 commit comments