-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle fails to compile Kotlin projects since Quarkus 3.14.3 #43264
Comments
#43266 will address it in 3.15/3.14 until we can come up with a proper fix in |
3.14.4 released today should address the issue. |
I updated from 3.14.2 to 3.14.4 today and am seeing this issue with Gradle 8.10.1. |
@tanadeau can you attach a sample project? |
@geoand: I'll try to get to that this week. |
🙏 |
Closing as #43339 was merged which likely fixes the issue |
Correct, my bad! |
Is the additional fix going to be backported to 3.14? |
3.14 shouldn't need that fix |
I was able to see the issue on 3.14.4 and was going to try to create a reproducer (see discussion above). Before I got to it, it was closed with a new fix. The reproduction steps seem to require the use of annotation processors like KSP, making it more difficult to have a small reproducer. Before I spend a lot of time trying to reproduce, I was wanting to see if that additional fix helped. |
I don't really have any detailed information provide, other than fact that |
I can confirm that Quarkus 3.14.4 fixed the issue for us @tanadeau All the changes in the quarkus gradle plugin in Quarkus 3.14.3 have been reverted in Quarkus 3.14.4 so we should have the same behaviour as in Quarkus 3.14.2. PR #43329 probably fixes the issue with the gradle plugin in |
Thanks @mschorsch |
@geoand The issue ist still there in How to reproduce
|
Thanks for checking! cc @aloubyansky |
@geoand @aloubyansky You can ignore my comment. This is not a Quarkus issue but an issue in Gradle 8.10.0 and Gradle 8.10.1. The issue has been fixed with Gradle 8.10.2. |
🙏🏽 |
Describe the bug
Since Quarkus 3.14.3 we receive the following error message (Gradle, Kotlin, multi module project):
Short:
Long:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
./gradlew clean build
./gradlew clean :classes :testClasses :cli:classes :cli:testClasses :server:classes :server:testClasses :buildSrc:classes :buildSrc:testClasses :cli:integrationTestClasses :cli:nativeTestClasses :cli:quarkusGeneratedSourcesClasses :cli:quarkusTestGeneratedSourcesClasses :server:integrationTestClasses :server:nativeTestClasses :server:quarkusGeneratedSourcesClasses :server:quarkusTestGeneratedSourcesClasses --stacktrace
Step 3 is the command which Intellij executes. In our real application this also happens with
./gradlew clean build
but i could only create a reproducer with this command.Sometimes you have to execute step 3 multiple times to produce this error.
Output of
uname -a
orver
Linux
Output of
java -version
Java 21
Quarkus version or git rev
Quarkus 3.14.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.10.1
Additional information
see als #43242 (comment)
The text was updated successfully, but these errors were encountered: