Skip to content

Commit

Permalink
set gradle properties and update shadow plugin for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Jun 29, 2024
1 parent f3d8f2f commit fc63f38
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@

plugins {
id("groovy")
id("com.github.johnrengelman.shadow") version "4.0.4"
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.goooler.shadow:shadow-gradle-plugin:8.1.7"
}
}

apply plugin: "io.github.goooler.shadow"
apply plugin: "groovy"




project.ext {
VERSION="0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GROOVY_VERSION=3.0.10
GROOVY_VERSION=3.0.21

0 comments on commit fc63f38

Please sign in to comment.