This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
[GWT 2.8-SNAPSHOT/Gradle 2.13] Properties issue #102
Comments
This does not appear to be a problem with Gradle 2.13 (but with this plug-in). Any ideas how to fix it? Here is a task I implemented:
and it correctly reports the two properties - 0 and false:
|
Here is a temporary workaround:
As I mentioned, you only need the fix for boolean and integer params. |
if anyone is still maintaining this plug-in, here is a possible fix: |
use this fork: https://github.com/jiakuan/gwt-gradle-plugin |
Moved out of this plug-in long time ago. Thanks though.
/Hristo Stoyanov
…On Jul 12, 2017 10:12 AM, "Carlo Luib-Finetti" ***@***.***> wrote:
use this fork: https://github.com/jiakuan/gwt-gradle-plugin
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFFIxHcLJdgxI2TxNQmf-tcDQh4t1yN4ks5sNP6SgaJpZM4IkGBB>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I have the following gradle.properties file next to my gradle.build:
and here is how use them with this plug-in:
However, when I launch "gradle -i war", I see some strange stuff fed to the compiler like:
Look at the optimize and draftCompile options: I was expecting to see optimize value of 0 and no -draftCompile comman line flag. This plug-in seems to have problem picking up Integer and Boolean properties, while strings seems ok??? Note, If I hard-code the optimize value into the build.gradle file itself, it is picked up correctly.
What is going on?
Thanks
The text was updated successfully, but these errors were encountered: