Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 4, 2024
2 parents 49b6ec9 + e012295 commit 69e21c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.apache.ant:ant:1.10.14'
implementation 'org.codehaus.plexus:plexus-utils:4.0.0'
implementation 'org.codehaus.plexus:plexus-xml:4.0.3'
implementation "org.apache.logging.log4j:log4j-core:2.22.1"
implementation "org.apache.logging.log4j:log4j-core:2.23.0"
implementation('org.vafer:jdependency:2.10') {
exclude group: 'org.ow2.asm'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ShadowApplicationPlugin implements Plugin<Project> {
}
into("bin") {
from(startScripts)
fileMode = 493
filePermissions { unix(493) }
}
}

Expand Down

0 comments on commit 69e21c4

Please sign in to comment.