Skip to content

Commit bdfbc9c

Browse files
authored
Bump to plugin-spi 0.3.0 (#2390)
1 parent d81d8eb commit bdfbc9c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ val mathVersion: String by project
2929
dependencies {
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"))

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ configurateVersion=4.1.2
1212
errorproneVersion=2.8.1
1313
log4jVersion=2.8.1
1414
mathVersion=2.0.1
15+
pluginSpiVersion=0.3.0

src/main/java/org/spongepowered/api/asset/Asset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import com.google.common.io.Resources;
2828
import org.spongepowered.plugin.PluginContainer;
29-
import org.spongepowered.plugin.jvm.Plugin;
29+
import org.spongepowered.plugin.builtin.jvm.Plugin;
3030

3131
import java.io.IOException;
3232
import java.io.InputStream;

0 commit comments

Comments
 (0)