Gradle help
Thiago Milczarek Sayão
thiago.sayao at gmail.com
Thu Mar 9 13:13:44 UTC 2023
Hi,
https://github.com/openjdk/jfx/pull/1009
For this PR, Intellij Idea is not importing the systemTests dependencies
correctly.
I noticed that it's this part:
dependencies {
testImplementation project(":graphics").sourceSets.test.output
testImplementation project(":base").sourceSets.test.output
testImplementation project(":controls").sourceSets.test.output
testImplementation project(":swing").sourceSets.test.output
}
It works if I remove "sourceSets.test.output".
I don't have much experience with gradle.
How could I rewrite this that it builds correctly and works with the
Intellij Idea gradle import?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20230309/1c6ddeff/attachment.htm>
More information about the openjfx-dev
mailing list