checkstyle-idea icon indicating copy to clipboard operation
checkstyle-idea copied to clipboard

Tests fail with CP problems with gradle-intellij-plugin 1.8.0

Open jshiell opened this issue 1 year ago • 1 comments

https://github.com/JetBrains/gradle-intellij-plugin/issues/1081

jshiell avatar Aug 06 '22 12:08 jshiell

Also true of 1.9 and 1.10.

jshiell avatar Dec 04 '22 12:12 jshiell

Can you please check it with 1.12.3-SNAPSHOT?

hsz avatar Feb 10 '23 10:02 hsz

I've just tried with 1.13.0, which I presume supersedes 1.12.3-SNAPSHOT, and I'm afraid it fails in the same manner.

jshiell avatar Feb 11 '23 12:02 jshiell

For completeness, I've tried with 1.12.3-SNAPSHOT from https://oss.sonatype.org/content/repositories/snapshots/ and it seems to blow up before that point with a strong dislike for aarch64. runCsaccessTests works with 1.12.0 and 1.13.0.

> Task :runCsaccessTests FAILED
ProductInfo:
launch set = [null]
os.arch = aarch64
contains = false
listA = [null]
listB = [null]
fallback to aarch64

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runCsaccessTests'.
> Could not find launch information for the current OS: Mac OS X (aarch64)

jshiell avatar Feb 11 '23 12:02 jshiell

Ok, I will investigate it next week. Should I use the main branch or something else? A brief repro scenario would be welcome.

hsz avatar Feb 11 '23 13:02 hsz

I haven't a simplified scenario at present, but it's easy to reproduce on this repo on main:

git clone [email protected]:jshiell/checkstyle-idea.git test
cd test
sed -i '' 's%1\.7\.0%1\.13\.0%g' build.gradle # or anything >= 1.8.0
./gradlew test

jshiell avatar Feb 11 '23 13:02 jshiell

Fixed in 1.13.3.

jshiell avatar Mar 31 '23 20:03 jshiell