Merge pull request #1 from RaphiMC/dependabot/gradle/net.kyori.blossom-1.3.1

Bump net.kyori.blossom from 1.2.0 to 1.3.1
This commit is contained in:
RK_01 2023-01-04 11:20:17 +01:00 committed by GitHub
commit 1018fb0e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
plugins {
id "java-library"
id "maven-publish"
id "net.kyori.blossom" version "1.2.0"
id "net.kyori.blossom" version "1.3.1"
}
java.toolchain.languageVersion = JavaLanguageVersion.of(8)