Skip to content

Commit

Permalink
try mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Oct 28, 2024
1 parent e72f0b4 commit d62e8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static def mandatoryFiles(CopySpec spec) {

tasks.register('builtGradleProperties') {
doLast {
mkdir project.layout.buildDirectory
def gradlePropertiesFile = project.layout.buildDirectory.file("gradle.properties").get().asFile
gradlePropertiesFile.createNewFile()
gradlePropertiesFile.text = """
Expand Down

0 comments on commit d62e8c9

Please sign in to comment.