Skip to content

Commit

Permalink
Fix publish task (#1623)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Dec 6, 2024
1 parent 8bc8249 commit e84747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks.register('javadocJar', Jar) {

version = project.hasProperty('releaseVersion') ? project.getProperty('releaseVersion') : 'snapshot'

def lineaBesuDistTar = new File(new File(buildDir, "tmp"), rootProject.besuFilename)
def lineaBesuDistTar = new File(new File(buildDir, "downloads"), rootProject.besuFilename)
tasks.register('downloadLineaBesu', Download) {
src rootProject.besuUrl
dest lineaBesuDistTar
Expand Down

0 comments on commit e84747c

Please sign in to comment.