Fred Eisele

Results 64 comments of Fred Eisele

I think that covers it pretty well, thanks.

The following configuration works for me. ``` graal { graalVersion("21.1.0") downloadBaseUrl("https://github.com/graalvm/graalvm-ce-builds/releases/download") javaVersion("11") // resulting in "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.1.0/graalvm-ce-java11-windows-amd64-21.1.0.zip windowsVsVersion("2019") windowsVsEdition("Community") // windowsVsVarsPath("%ProgramFiles(x86)%\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat") } ``` The default `downloadBaseUrl("https://github.com/oracle/graal/releases/download")` does not exist....

This is related to issue #471 as I would expect the distribution directory to be removed. ```kotlin tasks { named("dockerfileZip") { archiveFileName.set("${rootProject.name}.zip") destinationDirectory.set(layout.buildDirectory.dir("dist")) } } ``` The destinationDirectory that is...

As a side note, a nearly identical message appears here: https://github.com/palantir/gradle-docker/blob/34cf512334491061217f70d12901def8744aa299/src/main/groovy/com/palantir/gradle/docker/DockerExtension.groovy#L70-L74

I have made a version and pushed it to https://www.powershellgallery.com/packages/GradleWrapperModule/0.0.2 I have been using it myself but it needs more polish. I am not happy with the error messages and...

I will make a pull request but I am not happy with how it is working.

Could you give some explanation on the purpose of keytool? i.e. Get-GradleCert

Errors when running the `make html`. `centos7`: ``` /mnt/d/ip/conda-forge.github.io/src/maintainer/infrastructure.rst:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. See "backrefs" attribute for IDs. ``` `win10`: ``` The HTML pages are...

> Know I've been commenting above, but is this ready for review? If so, may be worth taking out of draft mode to get more feedback I changed it to...