Skip to content

Commit

Permalink
#1245: use tar.gz instead of zip to include executable flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jul 10, 2023
1 parent a66c626 commit d002cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected String getTool() {

@Override
protected void addVersion(UrlVersion urlVersion) {
doAddVersion(urlVersion, "https://archive.apache.org/dist/tomcat/tomcat-${major}/v${version}/bin/apache-tomcat-${version}.zip");
doAddVersion(urlVersion, "https://archive.apache.org/dist/tomcat/tomcat-${major}/v${version}/bin/apache-tomcat-${version}.tar.gz");
}

@Override
Expand Down

0 comments on commit d002cf9

Please sign in to comment.