Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed May 17, 2024
1 parent 7afd71c commit 56b8f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ distributions {
}


def appDir = new File(project.buildDir, 'install')
def appDir = new File(getLayout().getBuildDirectory().getAsFile().get(), 'install')
installDist.doFirst {
appDir.deleteDir()
}
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
)
}

def site = new File(buildDir, "site").path
def site = new File(getLayout().getBuildDirectory().getAsFile().get(), "site").path

tasks.register('copyJavadocs', Copy) {
dependsOn ':core:javadoc'
Expand Down

0 comments on commit 56b8f9a

Please sign in to comment.