Closed
Bug 1824052
Opened 2 years ago
Closed 2 years ago
Gradle jvm target compatibility warning during AC :tooling-lint:compileKotlin task
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox111 unaffected, firefox112 wontfix, firefox113 fixed)
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | unaffected |
firefox112 | --- | wontfix |
firefox113 | --- | fixed |
People
(Reporter: RyanVM, Assigned: mcarare)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I noticed this in the build logs for various AC components today:
https://firefoxci.taskcluster-artifacts.net/IU1pFRG1SRqbTH5TDuik9Q/0/public/logs/live_backing.log
Task :tooling-lint:compileKotlin
'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
By default will become an error since Gradle 8.0+! Read more: https://kotl.in/gradle/jvm/target-validation
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
Are we missing a jvmTarget somewhere?
Flags: needinfo?(mcarare)
Reporter | ||
Updated•2 years ago
|
Keywords: regression
Regressed by: 1813671
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1813671
status-firefox111:
--- → unaffected
status-firefox112:
--- → affected
status-firefox113:
--- → affected
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
I added the explicit setting for jvmTarget for that module. Not sure why this particular one was affected.
Flags: needinfo?(mcarare)
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → mcarare
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P1
Comment 4•2 years ago
|
||
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/796b45fd9bbb81b54d9fc10f7133eb8a648cae16
[main] Bug 1824052 - Set jvmTarget to 11 for KotlinCompile task in tooling-lint.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
Reporter | ||
Updated•2 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•