-
Notifications
You must be signed in to change notification settings - Fork 146
Add Gradle wrapper files. Relates to #23 #26
Conversation
This should also include changing |
Appveyor CI is still failing. See #24 for fixes |
So changing appveyor.xml will be in conflict with #24 changes |
LGTM |
.ci/script.sh
Outdated
@@ -7,7 +7,7 @@ BOOT_JDK10="jdk-10-ea+${BOOT_JDK10_VER}" | |||
echo "which java: $(which java)" | |||
ulimit -c unlimited -S | |||
|
|||
gradle build -x :web:test --no-daemon --stacktrace --info | |||
./gradlew build -x :web:test --no-daemon --stacktrace --info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream repo does not allow files with execute bit set, so will likely need to change this to something like:
sh ./gradlew ...
I like the idea of enabling gradlew. Since this is 3rd-party code, it will require approval before being committed upstream. I will do a quick check to see if this is likely to be approved. |
Rebased this PR with the changes coming from #24 that were merged into master. |
I verified that we have the needed third-party approval to include gradle wrapper. As with other third-party code, I need to approve it (which I will) and we need to add a gradle.md file, which will go in a new gradle/legal directory. I will provide the contents of this file so you can add it into your PR. |
This is being tracked in JBS by: https://bugs.openjdk.java.net/browse/JDK-8199841 |
Thanks @kevinrushforth! |
Any idea why appveyor fails on this PR? |
@johanvos The Appveyor build is failing because it is running against |
I rebased the PR to develop, but maybe that didn't automatically re-run the appveyor tests. |
I see some mention of a "default branch" on the Appveyor docs..setting this to |
Appveyor.xml seems complete and corresponding to PR#24, the only difference is gradleNew vs gradle ! Someone should read the complete log and maybe CLI args use an alternative syntax ? |
@johanvos if you log in on appveyor with admin account, you can restart / cancel builds. |
The reason has nothing to do with this PR, it is because Appveyor is building against |
@johanvos could you change the default branch to develop on github settings ? |
@bourgesl I've updated the default branch to develop. |
changing the default branch didn't trigger appveyor to run again. |
Rebased |
Checks passed, merging this. |
Signed OCA sent on March 15th, confirmation pending.