Working toward getting a project fully updated fol...
# general
p
Working toward getting a project fully updated following ‘modern/idiomatic’ Gradle practices, and have been getting regular reports of IDE (Intellij) issues because of precompiled script/convention plugins (structured similar to the ‘idiomatic gradle’ example project’s build-logic plugins). The ‘fix’ that has been working for people is to run
gradlew --settings-file=build-logic/settings.gradle.kts clean
then build at the commandline, then refreshing the gradle project in the IDE, but it’s a bit annoying. Anyone else experience this or have suggestions? Gradle v7.3.3 (7.4.1 upgrade pending), current version of IntelliJ Ultimate.