Skip to content

Commit

Permalink
bump gradle plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
SfenKer committed Sep 21, 2024
1 parent 3ee3a74 commit 74f32d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.lang.String.valueOf
plugins {
id("java")
id("net.kyori.blossom") version "1.3.1"
id("com.palantir.git-version") version "3.0.0"
id("com.palantir.git-version") version "3.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.lang.String.valueOf
plugins {
id("java")
id("net.kyori.blossom") version "1.3.1"
id("com.palantir.git-version") version "3.0.0"
id("com.palantir.git-version") version "3.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down

0 comments on commit 74f32d6

Please sign in to comment.