Skip to content

Commit

Permalink
possible fix for dependsOn linux gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Jun 22, 2024
1 parent 6c2dcc8 commit e5b4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {

// Important for AutoPlugs Self-Updater!
// Generates a autoplug.properties file inside the generated jar file, with the stuff inside <properties>
def generateAutoplugProperties = task('generateAutoplugProperties') {
def generateAutoplugProperties = task('generateAutoplugProperties', dependsOn: build) {
def propertiesFile = file("$buildDir/resources/main/autoplug.properties")
outputs.file(propertiesFile)

Expand Down

0 comments on commit e5b4972

Please sign in to comment.