Skip to content

Commit

Permalink
Update plugin-spi to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Sep 19, 2024
1 parent 37bc058 commit d62dfef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ junit = "5.10.2"
log4j = "2.22.1"
math = "2.0.1"
mockito = "5.11.0"
pluginSpi = "0.4.0-SNAPSHOT"
pluginSpi = "0.4.0"

[libraries]
adventure-bom = { module = "net.kyori:adventure-bom", version.ref = "adventure" }
Expand Down
26 changes: 22 additions & 4 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<configuration>
<verify-metadata>true</verify-metadata>
<verify-signatures>false</verify-signatures>
<trusted-artifacts>
<trust group="org.spongepowered" name="plugin-meta" reason="SNAPSHOT"/>
<trust group="org.spongepowered" name="plugin-spi" reason="SNAPSHOT"/>
</trusted-artifacts>
</configuration>
<components>
<component group="aopalliance" name="aopalliance" version="1.0">
Expand Down Expand Up @@ -2116,6 +2112,17 @@
<sha256 value="3cde523d0e470e72d7fb4afef89a900aa8ecf261026426afe171ceeb20cff689" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.spongepowered" name="plugin-meta" version="0.8.2">
<artifact name="plugin-meta-0.8.2-javadoc.jar">
<sha256 value="5c8f67bf599b06ca445dbeb90c67d900ec3fc52f4d4d6a7ff50d268a2ec04b15" origin="Generated by Gradle"/>
</artifact>
<artifact name="plugin-meta-0.8.2.jar">
<sha256 value="192b295f8611d6468c593a9c61d70234684e83697e11a7fdd77dafd27ebf778e" origin="Generated by Gradle"/>
</artifact>
<artifact name="plugin-meta-0.8.2.module">
<sha256 value="2f57975203b3be9f047209f52c913fe1c14303de0d83efff9b1d641c00e4d035" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.spongepowered" name="plugin-spi" version="0.3.0">
<artifact name="plugin-spi-0.3.0-javadoc.jar">
<sha256 value="3d0c0002d79c34a02541bb42891675ffb72fe214140f7357626fd2a34ea3d37b" origin="Generated by Gradle"/>
Expand All @@ -2127,6 +2134,17 @@
<sha256 value="f92176c6ed0f5c911490c56884cc22948b172885e9f6f5d0ea178e08499b938f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.spongepowered" name="plugin-spi" version="0.4.0">
<artifact name="plugin-spi-0.4.0-javadoc.jar">
<sha256 value="c07968b9b1939a345ec4668e3a122ccef5ddc241ffb854f1f19165b2a0a5aca1" origin="Generated by Gradle"/>
</artifact>
<artifact name="plugin-spi-0.4.0.jar">
<sha256 value="32c1d7d2bbdc0ee052916dce1bea86a8757be6913e23cad31042056b044db132" origin="Generated by Gradle"/>
</artifact>
<artifact name="plugin-spi-0.4.0.module">
<sha256 value="cc0edaaa1c9794e727249961c43aacad829edb7a87e6ca8aa1c80364943baefc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.spongepowered" name="spongegradle-convention" version="2.2.0">
<artifact name="spongegradle-convention-2.2.0.jar">
<sha256 value="44332ecd9bd2e7b9969d37d61d924fcc64739c1c231127654a4b077d8785cb80" origin="Generated by Gradle"/>
Expand Down

0 comments on commit d62dfef

Please sign in to comment.