<div dir="ltr"><div>Hi,</div><div><br></div><div><a href="https://github.com/openjdk/jfx/pull/1009">https://github.com/openjdk/jfx/pull/1009</a></div><div><br></div><div>For this PR, Intellij Idea is not importing the systemTests dependencies correctly.<br></div><div><br></div><div>I noticed that it's this part:<br></div><div><pre class="gmail-notranslate"><code class="gmail-notranslate">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
}<br><br></code></pre><pre class="gmail-notranslate"><code class="gmail-notranslate">It works if I remove "<code class="gmail-notranslate">sourceSets.test.output".<br><br></code></code></pre><pre class="gmail-notranslate"><code class="gmail-notranslate"><code class="gmail-notranslate">I don't have much experience with gradle.<br><br></code></code></pre><pre class="gmail-notranslate"><code class="gmail-notranslate"><code class="gmail-notranslate">How could I rewrite this that it builds correctly and works with the Intellij Idea gradle import?<br><br></code></code></pre><pre class="gmail-notranslate"><code class="gmail-notranslate"><code class="gmail-notranslate">Thanks.<br></code></code></pre><pre class="gmail-notranslate"><code class="gmail-notranslate"><br></code></pre></div></div>