Skip to content

Commit

Permalink
build(deps): bump com.gradleup.shadow from 7.1.2 to 8.3.0 (#241)
Browse files Browse the repository at this point in the history
The plugin has also moved to the new id.
  • Loading branch information
SpaiR authored Aug 8, 2024
1 parent ad70e60 commit ed6f092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imgui-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.gradleup.shadow' version '8.3.0'
id 'checkstyle'
id 'maven-publish'
id 'signing'
Expand Down Expand Up @@ -36,6 +36,7 @@ jar {
include 'libimgui-java64.dylib'
into 'io/imgui/java/native-bin/'
}

manifest {
attributes 'Automatic-Module-Name': 'imgui.app'
}
Expand Down

0 comments on commit ed6f092

Please sign in to comment.