Skip to content

Commit

Permalink
🔨 chore(gradle): bumped to 8.6, bumped plugins to support Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrm-en committed Mar 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 633e0e1 commit bc442f6
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.freefair.lombok") version "6.1.0" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.freefair.lombok") version "8.6" apply false
}

group = "cc.polyfrost.oneconfig"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bc442f6

Please sign in to comment.