Skip to content

Update from Java25 to Java26#15357

Draft
koppor wants to merge 12 commits intomainfrom
update-to-jdk26
Draft

Update from Java25 to Java26#15357
koppor wants to merge 12 commits intomainfrom
update-to-jdk26

Conversation

@koppor
Copy link
Copy Markdown
Member

@koppor koppor commented Mar 17, 2026

PR Description

Updates from JDK25 to JDK26

Dockerfile cannot be updated (yet), because there is no JDK26 image (yet) - https://hub.docker.com/_/maven

Open issues

Steps to test

See CI passing

Checklist

  • I own the copyright of the code submitted and I license it under the MIT license
  • I manually tested my changes in running JabRef (always required)
  • [/] I added JUnit tests for changes (if applicable)
  • [/] I added screenshots in the PR description (if change is visible to the user)
  • [/] I added a screenshot in the PR description showing a library with a single entry with me as author and as title the issue number
  • [/] I described the change in CHANGELOG.md in a way that can be understood by the average user (if change is visible to the user)
  • [/] I checked the user documentation for up to dateness and submitted a pull request to our user documentation repository

@testlens-app

This comment has been minimized.

@Siedlerchr
Copy link
Copy Markdown
Member

Let's wait a couple of days until it's available on every platform. Despite that, we should stick with jdk25 for a while as this is lts so that the linux people can still build packages

@testlens-app

This comment has been minimized.

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

Docker fixed - thanks to #15194 (comment)

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

lts so that the linux people can still build packages

People use gradle. We have the foojay toolchain activated. JDK is downloaded automatically. They do not need to change the runtime for gradle. They only need Java 17 - https://docs.gradle.org/current/userguide/compatibility.html

IntelliJ is also no issue: https://blog.jetbrains.com/idea/2026/03/java-26-in-intellij-idea/

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

Not sure about this JBang issue:

java.lang.module.FindException: Module jdk.jsobject not found, required by javafx.web

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

JavaFX GUI tests

(java:4400): dbind-WARNING **: 17:56:39.266: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
2026-03-17 17:58:30 [Test worker] org.gradle.api.internal.tasks.testing.worker.TestWorker.execute()

@testlens-app

This comment has been minimized.

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

OK, Foojay is 503 - "as usual"

35.90    > Cannot find a Java installation on your machine (Linux 6.6.87.2-microsoft-standard-WSL2 amd64) matching: {languageVersion=26, vendor=Amazon Corretto, implementation=vendor-specific, nativeImageCapable=false}. Some toolchain resolvers had internal failures: foojay (Requesting vendor list failed: <html>
35.90      <head><title>503 Service Temporarily Unavailable</title></head>
35.90      <body>
35.90      <center><h1>503 Service Temporarily Unavailable</h1></center>
35.90      <hr><center>nginx</center>
35.90      </body>
35.90      </html>
35.90      ).

@testlens-app

This comment has been minimized.

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

Adding the extra debian package is because of https://gist.github.com/jeffcogswell/62395900725acef1c0a5a608f7eb7a05

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026



* What went wrong:
Execution failed for task ':jabgui:modernizer'.
> java.lang.reflect.InvocationTargetException

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

WiX issues:

java.io.IOException: Command [light.exe, -nologo, -spdb, -ext, WixUtilExtension, -out, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\a.msi, -ext, WixUIExtension, -b, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\config, -sice:ICE27, -loc, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\config\MsiInstallerStrings_de.wxl, -loc, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\config\MsiInstallerStrings_en.wxl, -loc, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\config\MsiInstallerStrings_ja.wxl, -loc, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\config\MsiInstallerStrings_zh_CN.wxl, -cultures:en-us, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\main.wixobj, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\bundle.wixobj, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\ui.wixobj, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\InstallDirNotEmptyDlg.wixobj, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.jpackage3589011933114023290\wixobj\os-condition.wixobj] in D:\a\jabref\jabref\jabgui\build\packages\windows-latest\JabRef exited with 103 code

@testlens-app

This comment has been minimized.

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 17, 2026

Not sure why our test reports at gradle output are broken

@koppor
Copy link
Copy Markdown
Member Author

koppor commented Mar 23, 2026

Regarding Docker, currently only SAP Java 26 available

grafik

@testlens-app

This comment has been minimized.

@testlens-app
Copy link
Copy Markdown

testlens-app bot commented Mar 25, 2026

🚨 TestLens detected 77 failed tests 🚨

Here is what you can do:

  1. Inspect the test failures carefully.
  2. If you are convinced that some of the tests are flaky, you can mute them below.
  3. Finally, trigger a rerun by checking the rerun checkbox.

Test Summary

Check Project/Task Test Runs
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > abstractIsCleanedUp()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > findFullTextByDOI()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > findFullTextByTitle()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > findFullTextByTitleWithCurlyBracket()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > findFullTextByTitleWithCurlyBracketAndPartOfAuthor()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > searchEntryByOldId()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > searchEntryByPartOfTitle()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > searchEntryByPartOfTitleWithAcuteAccent()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ArXivFetcherTest > supportsPhraseSearch()
Fetcher Tests / Fetcher tests :jablib:fetcherTest CompositeIdFetcherTest > performSearchByIdReturnsCorrectEntryForIdentifier(String, BibEntry, String) > 1 "performSearchByIdReturnsCorrectEntryForArXivId"
Fetcher Tests / Fetcher tests :jablib:fetcherTest CrawlerTest > whetherAllFilesAreCreated()
Fetcher Tests / Fetcher tests :jablib:fetcherTest CrossRefCitationFetcherTest > getReferences()
Fetcher Tests / Fetcher tests :jablib:fetcherTest CrossRefTest > performSearchByIdFindsPaperWithoutTitle()
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidPlainCitationParserTest > grobidPerformSearchCorrectResultTest(String, BibEntry, String) > "example1"
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidPlainCitationParserTest > grobidPerformSearchCorrectResultTest(String, BibEntry, String) > "example2"
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidPlainCitationParserTest > grobidPerformSearchCorrectResultTest(String, BibEntry, String) > "example3"
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidPlainCitationParserTest > grobidPerformSearchCorrectResultTest(String, BibEntry, String) > "example4"
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidPlainCitationParserTest > grobidPerformSearchWithEmptyStringTest()
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidServiceTest > extractsReferencesFromPdf()
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidServiceTest > processEmptyStringTest()
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidServiceTest > processPdfTest()
Fetcher Tests / Fetcher tests :jablib:fetcherTest GrobidServiceTest > processValidCitationTest()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ISIDOREFetcherTest > author()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ISIDOREFetcherTest > checkThesis()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ISIDOREFetcherTest > noResults()
Fetcher Tests / Fetcher tests :jablib:fetcherTest LibraryOfCongressTest > performSearchById()
Fetcher Tests / Fetcher tests :jablib:fetcherTest MedlineFetcherTest > searchByIDSari()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > getURLForQueryBuildsSearchUrl()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > getURLForQueryWithLucene()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > parserParsesResultsArray()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > parserParsesSingleWorkObject()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > searchByQueryFindsEntry()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenAlexFetcherTest > searchByQuotedQueryFindsEntry()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenLibraryIsbnFetcherTest > authorsAreCorrectlyFormatted()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenLibraryIsbnFetcherTest > isbnNeitherAvailableOnEbookDeNorOrViaOpenLibrary()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenLibraryIsbnFetcherTest > searchByIdSuccessfulWithLongISBN()
Fetcher Tests / Fetcher tests :jablib:fetcherTest OpenLibraryIsbnFetcherTest > searchByIdSuccessfulWithShortISBN()
Fetcher Tests / Fetcher tests :jablib:fetcherTest PdfMergeMetadataImporterTest > fetchArxivInformationForPdfWithArxivId()
Fetcher Tests / Fetcher tests :jablib:fetcherTest PdfMergeMetadataImporterTest > importRelativizesFilePath()
Fetcher Tests / Fetcher tests :jablib:fetcherTest PdfMergeMetadataImporterTest > pdfMetadataExtractedFrom2024SPLCBecker()
Fetcher Tests / Fetcher tests :jablib:fetcherTest SemanticScholarTest > getDocument()
Fetcher Tests / Fetcher tests :jablib:fetcherTest URLDownloadTest > test429ErrorThrowsFetcherClientException()
Fetcher Tests / Fetcher tests :jablib:fetcherTest URLDownloadTest > test503ErrorThrowsFetcherServerException()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ZbMATHTest > searchByEntryFindsEntry()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ZbMATHTest > searchByIdFindsEntry()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ZbMATHTest > searchByIdInEntryFindsEntry()
Fetcher Tests / Fetcher tests :jablib:fetcherTest ZbMATHTest > searchByQueryFindsEntry()
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseApacheCommonsLang3
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseAssertJ
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseGuiInLogic
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseJackson2
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseJavaAWT
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseLogicInModel
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUsePaths
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > doNotUseSwing
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > restrictStandardStreams
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > restrictToSlf4jLogger
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > restrictUsagesInLogic
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > restrictUsagesInModel
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > shouldNotCallUriCreateMethod
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > shouldUseJSpecifyAnnotations
Source Code Tests / Unit tests – jabgui :jabgui:test JabGuiArchitectureTests > useStreamsOfResources
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseApacheCommonsLang3
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseAssertJ
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseGuiInLogic
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseJackson2
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseJavaAWT
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseLogicInModel
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUsePaths
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > doNotUseSwing
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > restrictStandardStreams
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > restrictToSlf4jLogger
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > restrictUsagesInLogic
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > restrictUsagesInModel
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > shouldNotCallUriCreateMethod
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > shouldUseJSpecifyAnnotations
Source Code Tests / Unit tests – jablib :jablib:test JabLibArchitectureTests > useStreamsOfResources

🏷️ Commit: 9999d63
▶️ Tests: 8253 executed
⚪️ Checks: 56/56 completed

Test Failures (first 5 of 77)

ArXivFetcherTest > abstractIsCleanedUp() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)
org.jabref.logic.importer.FetcherException: arXiv API request failed
URL: https://export.arxiv.org/api/query?id_list=2407.02238&start=0&max_results=1
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.callApi(ArXivFetcher.java:535)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.queryApi(ArXivFetcher.java:477)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.searchForEntryById(ArXivFetcher.java:417)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.performSearchById(ArXivFetcher.java:609)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.lambda$asyncPerformSearchById$0(ArXivFetcher.java:600)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1789)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1781)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.io.IOException: Server returned HTTP response code: 429 for URL: https://export.arxiv.org/api/query?id_list=2407.02238&start=0&max_results=1
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1756)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1326)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1307)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.callApi(ArXivFetcher.java:532)
	... 10 more
Caused by: java.io.IOException: Server returned HTTP response code: 429 for URL: https://export.arxiv.org/api/query?id_list=2407.02238&start=0&max_results=1
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1705)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1307)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:493)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:307)
	at org.jabref.logic.importer.fetcher.ArXivFetcher$ArXiv.callApi(ArXivFetcher.java:528)
	... 10 more
ArXivFetcherTest > findFullTextByDOI() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)
org.opentest4j.AssertionFailedError: expected: <Optional[https://arxiv.org/pdf/cond-mat/0406246v1]> but was: <Optional.empty>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:184)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:179)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1188)
	at org.jabref.logic.importer.fetcher.ArXivFetcherTest.findFullTextByDOI(ArXivFetcherTest.java:202)
expected actual
Optional[https://arxiv.org/pdf/cond-mat/0406246v1] Optional.empty
ArXivFetcherTest > findFullTextByTitle() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)
org.opentest4j.AssertionFailedError: expected: <Optional[https://arxiv.org/pdf/cond-mat/0406246v1]> but was: <Optional.empty>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:184)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:179)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1188)
	at org.jabref.logic.importer.fetcher.ArXivFetcherTest.findFullTextByTitle(ArXivFetcherTest.java:229)
expected actual
Optional[https://arxiv.org/pdf/cond-mat/0406246v1] Optional.empty
ArXivFetcherTest > findFullTextByTitleWithCurlyBracket() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)
org.opentest4j.AssertionFailedError: expected: <Optional[https://arxiv.org/pdf/2010.15942v3]> but was: <Optional.empty>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:184)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:179)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1188)
	at org.jabref.logic.importer.fetcher.ArXivFetcherTest.findFullTextByTitleWithCurlyBracket(ArXivFetcherTest.java:236)
expected actual
Optional[https://arxiv.org/pdf/2010.15942v3] Optional.empty
ArXivFetcherTest > findFullTextByTitleWithCurlyBracketAndPartOfAuthor() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)
org.opentest4j.AssertionFailedError: expected: <Optional[https://arxiv.org/pdf/2010.15942v3]> but was: <Optional.empty>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:184)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:179)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1188)
	at org.jabref.logic.importer.fetcher.ArXivFetcherTest.findFullTextByTitleWithCurlyBracketAndPartOfAuthor(ArXivFetcherTest.java:268)
expected actual
Optional[https://arxiv.org/pdf/2010.15942v3] Optional.empty

Muted Tests

Select tests to mute in this pull request:

  • ArXivFetcherTest > abstractIsCleanedUp()
  • ArXivFetcherTest > findFullTextByDOI()
  • ArXivFetcherTest > findFullTextByTitle()
  • ArXivFetcherTest > findFullTextByTitleWithCurlyBracket()
  • ArXivFetcherTest > findFullTextByTitleWithCurlyBracketAndPartOfAuthor()
  • ArXivFetcherTest > searchEntryByOldId()
  • ArXivFetcherTest > searchEntryByPartOfTitle()
  • ArXivFetcherTest > searchEntryByPartOfTitleWithAcuteAccent()
  • ArXivFetcherTest > supportsPhraseSearch()
  • CompositeIdFetcherTest > performSearchByIdReturnsCorrectEntryForIdentifier(String, BibEntry, String)
  • CrawlerTest > whetherAllFilesAreCreated()
  • CrossRefCitationFetcherTest > getReferences()
  • CrossRefTest > performSearchByIdFindsPaperWithoutTitle()
  • GrobidPlainCitationParserTest > grobidPerformSearchCorrectResultTest(String, BibEntry, String)
  • GrobidPlainCitationParserTest > grobidPerformSearchWithEmptyStringTest()
  • GrobidServiceTest > extractsReferencesFromPdf()
  • GrobidServiceTest > processEmptyStringTest()
  • GrobidServiceTest > processPdfTest()
  • GrobidServiceTest > processValidCitationTest()
  • ISIDOREFetcherTest > author()
  • ISIDOREFetcherTest > checkThesis()
  • ISIDOREFetcherTest > noResults()
  • JabGuiArchitectureTests > doNotUseApacheCommonsLang3
  • JabGuiArchitectureTests > doNotUseAssertJ
  • JabGuiArchitectureTests > doNotUseGuiInLogic
  • JabGuiArchitectureTests > doNotUseJackson2
  • JabGuiArchitectureTests > doNotUseJavaAWT
  • JabGuiArchitectureTests > doNotUseLogicInModel
  • JabGuiArchitectureTests > doNotUsePaths
  • JabGuiArchitectureTests > doNotUseSwing
  • JabGuiArchitectureTests > restrictStandardStreams
  • JabGuiArchitectureTests > restrictToSlf4jLogger
  • JabGuiArchitectureTests > restrictUsagesInLogic
  • JabGuiArchitectureTests > restrictUsagesInModel
  • JabGuiArchitectureTests > shouldNotCallUriCreateMethod
  • JabGuiArchitectureTests > shouldUseJSpecifyAnnotations
  • JabGuiArchitectureTests > useStreamsOfResources
  • JabLibArchitectureTests > doNotUseApacheCommonsLang3
  • JabLibArchitectureTests > doNotUseAssertJ
  • JabLibArchitectureTests > doNotUseGuiInLogic
  • JabLibArchitectureTests > doNotUseJackson2
  • JabLibArchitectureTests > doNotUseJavaAWT
  • JabLibArchitectureTests > doNotUseLogicInModel
  • JabLibArchitectureTests > doNotUsePaths
  • JabLibArchitectureTests > doNotUseSwing
  • JabLibArchitectureTests > restrictStandardStreams
  • JabLibArchitectureTests > restrictToSlf4jLogger
  • JabLibArchitectureTests > restrictUsagesInLogic
  • JabLibArchitectureTests > restrictUsagesInModel
  • JabLibArchitectureTests > shouldNotCallUriCreateMethod
  • JabLibArchitectureTests > shouldUseJSpecifyAnnotations
  • JabLibArchitectureTests > useStreamsOfResources
  • LibraryOfCongressTest > performSearchById()
  • MedlineFetcherTest > searchByIDSari()
  • OpenAlexFetcherTest > getURLForQueryBuildsSearchUrl()
  • OpenAlexFetcherTest > getURLForQueryWithLucene()
  • OpenAlexFetcherTest > parserParsesResultsArray()
  • OpenAlexFetcherTest > parserParsesSingleWorkObject()
  • OpenAlexFetcherTest > searchByQueryFindsEntry()
  • OpenAlexFetcherTest > searchByQuotedQueryFindsEntry()
  • OpenLibraryIsbnFetcherTest > authorsAreCorrectlyFormatted()
  • OpenLibraryIsbnFetcherTest > isbnNeitherAvailableOnEbookDeNorOrViaOpenLibrary()
  • OpenLibraryIsbnFetcherTest > searchByIdSuccessfulWithLongISBN()
  • OpenLibraryIsbnFetcherTest > searchByIdSuccessfulWithShortISBN()
  • PdfMergeMetadataImporterTest > fetchArxivInformationForPdfWithArxivId()
  • PdfMergeMetadataImporterTest > importRelativizesFilePath()
  • PdfMergeMetadataImporterTest > pdfMetadataExtractedFrom2024SPLCBecker()
  • SemanticScholarTest > getDocument()
  • URLDownloadTest > test429ErrorThrowsFetcherClientException()
  • URLDownloadTest > test503ErrorThrowsFetcherServerException()
  • ZbMATHTest > searchByEntryFindsEntry()
  • ZbMATHTest > searchByIdFindsEntry()
  • ZbMATHTest > searchByIdInEntryFindsEntry()
  • ZbMATHTest > searchByQueryFindsEntry()

Reuse successful test results:

  • ♻️ Only rerun the tests that failed or were muted before

Click the checkbox to trigger a rerun:

  • Rerun jobs

Learn more about TestLens at testlens.app.

@qodo-free-for-open-source-projects
Copy link
Copy Markdown
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: windows-amd64 installer and portable version

Failed stage: Package JabGUI [❌]

Failed test name: ""

Failure summary:

The action failed during packaging the Windows MSI because the Gradle task
:jabgui:jpackageWindows-latest failed.
- jpackage.exe successfully built the Windows application
image, but failed when creating the MSI (--type msi).
- The MSI creation step invoked WiX Toolset
light.exe, which exited with code 103:
- java.io.IOException: Command [light.exe, ...] ... exited
with 103 code (around log lines 6808-6809)
- This caused jpackage.exe to return a non-zero exit
value, and Gradle reported:
- Execution failed for task ':jabgui:jpackageWindows-latest' ...
Process ... jpackage.exe finished with non-zero exit value 1 (lines 6811-6814)

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

320:  Entering 'jablib/src/main/resources/csl-locales'
321:  Entering 'jablib/src/main/resources/csl-styles'
322:  Entering 'jablib/src/main/resources/ltwa'
323:  [command]"C:\Program Files\Git\bin\git.exe" submodule foreach "git config --local --add 'url.https://github.com/.insteadOf' 'org-3914421@github.com:'"
324:  Entering 'jablib/src/main/abbrv.jabref.org'
325:  Entering 'jablib/src/main/resources/csl-locales'
326:  Entering 'jablib/src/main/resources/csl-styles'
327:  Entering 'jablib/src/main/resources/ltwa'
328:  ##[endgroup]
329:  [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
330:  1a90ae994237b1394d92f3776e534107fb5dece6
331:  ##[group]Run gittools/actions/gitversion/setup@v3.2.1
332:  with:
333:  versionSpec: 5.x
334:  includePrerelease: false
335:  ignoreFailedSources: false
336:  preferLatestVersion: false
...

818:  GitVersion_CommitsSinceVersionSourcePadded: 0185
819:  GitVersion.CommitsSinceVersionSourcePadded: 0185
820:  uncommittedChanges: 0
821:  GitVersion_UncommittedChanges: 0
822:  GitVersion.UncommittedChanges: 0
823:  commitDate: 2026-03-25
824:  GitVersion_CommitDate: 2026-03-25
825:  GitVersion.CommitDate: 2026-03-25
826:  ##[endgroup]
827:  ##[group]Installed distributions
828:  Trying to resolve the latest version from remote
829:  Resolved latest version as 26.0.0+35.2
830:  Trying to download...
831:  Downloading Java 26.0.0+35.2 (Corretto) from https://corretto.aws/downloads/resources/26.0.0.35.2/amazon-corretto-26.0.0.35.2-windows-x64-jdk.zip ...
832:  Extracting Java archive...
833:  [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\d4432d33-b026-469d-8c40-6daf2492d4b6.zip', 'D:\a\_temp\ef5e5071-61d6-4241-9b5f-5cc705ea95fa', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\d4432d33-b026-469d-8c40-6daf2492d4b6.zip' -DestinationPath 'D:\a\_temp\ef5e5071-61d6-4241-9b5f-5cc705ea95fa' -Force } else { throw $_ } } ;"
834:  Java 26.0.0+35.2 was downloaded
...

995:  Using cache paths: D:\a\.gradle\caches,D:\a\.gradle\notifications,D:\a\.gradle\.setup-gradle
996:  Gradle User Home cache not found. Will initialize empty.
997:  ##[endgroup]
998:  ##[group]All Gradle Wrapper jars are valid
999:  ✓ Found known Gradle Wrapper JAR files:
1000:  b3a875ddc1f044746e1b1a55f645584505f4a10438c1afea9f15e92a7c42ec13 gradle\wrapper\gradle-wrapper.jar
1001:  ##[endgroup]
1002:  ##[group]Provision Gradle 9.4.1
1003:  Cache hit for: gradle-9.4.1
1004:  Received 130023424 of 137779930 (94.4%), 122.8 MBs/sec
1005:  Received 137779930 of 137779930 (100.0%), 108.0 MBs/sec
1006:  Cache Size: ~131 MB (137779930 B)
1007:  [command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/4d9dbef3-e254-4206-9d24-ecc76dc55a36/cache.tzst -P -C D:/a/jabref/jabref --force-local --use-compress-program "zstd -d"
1008:  Cache restored successfully
1009:  Restored Gradle distribution gradle-9.4.1 from cache to D:\a\_temp\.gradle-actions\gradle-installations\downloads\gradle-9.4.1-bin.zip
1010:  [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\.gradle-actions\gradle-installations\downloads\gradle-9.4.1-bin.zip', 'D:\a\_temp\.gradle-actions\gradle-installations\installs', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\.gradle-actions\gradle-installations\downloads\gradle-9.4.1-bin.zip' -DestinationPath 'D:\a\_temp\.gradle-actions\gradle-installations\installs' -Force } else { throw $_ } } ;"
1011:  Extracted Gradle 9.4.1 to D:\a\_temp\.gradle-actions\gradle-installations\installs\gradle-9.4.1
...

2401:  GRADLE_BUILD_ACTION_SETUP_COMPLETED: true
2402:  GRADLE_BUILD_ACTION_CACHE_RESTORED: true
2403:  DEVELOCITY_INJECTION_INIT_SCRIPT_NAME: gradle-actions.inject-develocity.init.gradle
2404:  DEVELOCITY_INJECTION_CUSTOM_VALUE: gradle-actions
2405:  GITHUB_DEPENDENCY_GRAPH_ENABLED: false
2406:  VERSION: 6.0.30185
2407:  VERSION_INFO: 6.0-PullRequest15357.185--2026-03-25--1a90ae9
2408:  ##[endgroup]
2409:  Downloading https://services.gradle.org/distributions-snapshots/gradle-9.6.0-20260323005019+0000-bin.zip
2410:  .............10%.............20%..............30%.............40%.............50%..............60%.............70%..............80%.............90%.............100%
2411:  Welcome to Gradle 9.6.0-20260323005019+0000!
2412:  Starting a Gradle Daemon (subsequent builds will be faster)
2413:  Parallel Configuration Cache is an incubating feature.
2414:  Calculating task graph as no cached configuration is available for tasks: :jablib:jar
2415:  Kotlin does not yet support 26 JDK target, falling back to Kotlin JVM_25 JVM target
2416:  > Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
2417:  > Task :build-logic:generateExternalPluginSpecBuilders
...

2798:  ^
2799:  (see http://t.uber.com/nullaway )
2800:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\model\entry\Author.java:294: warning: [NullAway] passing @Nullable parameter 'last' where @NonNull is required
2801:  latexFreeAuthor = new Author(first, givenNameAbbreviated, von, last, jr);
2802:  ^
2803:  (see http://t.uber.com/nullaway )
2804:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\model\entry\Author.java:294: warning: [NullAway] passing @Nullable parameter 'jr' where @NonNull is required
2805:  latexFreeAuthor = new Author(first, givenNameAbbreviated, von, last, jr);
2806:  ^
2807:  (see http://t.uber.com/nullaway )
2808:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\logic\importer\ParserResult.java:51: warning: [NullAway] initializer method does not guarantee @NonNull field file (line 32) is initialized along all control-flow paths (remember to check for exceptions or early returns).
2809:  public ParserResult(@NonNull BibDatabase database,
2810:  ^
2811:  (see http://t.uber.com/nullaway )
2812:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\logic\importer\ParserResult.java:72: warning: [NullAway] returning @Nullable expression from method with @NonNull return type
2813:  return errorMessage;
2814:  ^
...

2853:  author.getNameSuffix().map(LatexToUnicodeAdapter::format).orElse(null));
2854:  ^
2855:  (see http://t.uber.com/nullaway )
2856:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\model\entry\AuthorList.java:131: warning: [NullAway] initializer method does not guarantee @NonNull field latexFreeAuthors (line 123) is initialized along all control-flow paths (remember to check for exceptions or early returns).
2857:  private AuthorList(@NonNull List<Author> authors) {
2858:  ^
2859:  (see http://t.uber.com/nullaway )
2860:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\logic\citationkeypattern\CitationKeyGenerator.java:125: warning: [NullAway] passing @Nullable parameter 'currentKey' where @NonNull is required
2861:  newKey = appendLettersToKey(newKey, currentKey);
2862:  ^
2863:  (see http://t.uber.com/nullaway )
2864:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\logic\citationstyle\CitationStyleCache.java:23: warning: [NullAway] initializer method does not guarantee @NonNull field citationStyle (line 20) is initialized along all control-flow paths (remember to check for exceptions or early returns).
2865:  public CitationStyleCache(BibDatabaseContext databaseContext) {
2866:  ^
2867:  (see http://t.uber.com/nullaway )
2868:  D:\a\jabref\jabref\jablib\src\main\java\org\jabref\logic\preview\BstPreviewLayout.java:38: warning: [NullAway] initializer method does not guarantee @NonNull fields bstVM (line 34), error (line 35) are initialized along all control-flow paths (remember to check for exceptions or early returns).
2869:  public BstPreviewLayout(Path path) {
...

3032:  JAVA_HOME: C:\hostedtoolcache\windows\Java_Corretto_jdk\26.0.0-35.2\x64
3033:  JAVA_HOME_26_X64: C:\hostedtoolcache\windows\Java_Corretto_jdk\26.0.0-35.2\x64
3034:  GRADLE_ACTION_ID: gradle/actions/setup-gradle
3035:  GRADLE_USER_HOME: D:\a\.gradle
3036:  GRADLE_BUILD_ACTION_SETUP_COMPLETED: true
3037:  GRADLE_BUILD_ACTION_CACHE_RESTORED: true
3038:  DEVELOCITY_INJECTION_INIT_SCRIPT_NAME: gradle-actions.inject-develocity.init.gradle
3039:  DEVELOCITY_INJECTION_CUSTOM_VALUE: gradle-actions
3040:  GITHUB_DEPENDENCY_GRAPH_ENABLED: false
3041:  VERSION: 6.0.30185
3042:  VERSION_INFO: 6.0-PullRequest15357.185--2026-03-25--1a90ae9
3043:  ##[endgroup]
3044:  Parallel Configuration Cache is an incubating feature.
3045:  Calculating task graph as no cached configuration is available for tasks: :jabls:jar
3046:  Kotlin does not yet support 26 JDK target, falling back to Kotlin JVM_25 JVM target
3047:  > Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
3048:  > Task :build-logic:generateExternalPluginSpecBuilders UP-TO-DATE
...

3190:  JAVA_HOME: C:\hostedtoolcache\windows\Java_Corretto_jdk\26.0.0-35.2\x64
3191:  JAVA_HOME_26_X64: C:\hostedtoolcache\windows\Java_Corretto_jdk\26.0.0-35.2\x64
3192:  GRADLE_ACTION_ID: gradle/actions/setup-gradle
3193:  GRADLE_USER_HOME: D:\a\.gradle
3194:  GRADLE_BUILD_ACTION_SETUP_COMPLETED: true
3195:  GRADLE_BUILD_ACTION_CACHE_RESTORED: true
3196:  DEVELOCITY_INJECTION_INIT_SCRIPT_NAME: gradle-actions.inject-develocity.init.gradle
3197:  DEVELOCITY_INJECTION_CUSTOM_VALUE: gradle-actions
3198:  GITHUB_DEPENDENCY_GRAPH_ENABLED: false
3199:  VERSION: 6.0.30185
3200:  VERSION_INFO: 6.0-PullRequest15357.185--2026-03-25--1a90ae9
3201:  ##[endgroup]
3202:  Parallel Configuration Cache is an incubating feature.
3203:  Calculating task graph as no cached configuration is available for tasks: :jabsrv:jar
3204:  Kotlin does not yet support 26 JDK target, falling back to Kotlin JVM_25 JVM target
3205:  > Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
3206:  > Task :build-logic:generateExternalPluginSpecBuilders UP-TO-DATE
...

3487:  values: x86, x64, or ia64 (default: x86)
3488:  -d<name>[=<value>]  define a parameter for the preprocessor
3489:  -ext <extension>  extension assembly or "class, assembly"
3490:  -fips      enables FIPS compliant algorithms
3491:  -I<dir>    add to include search path
3492:  -nologo    skip printing candle logo information
3493:  -o[ut]     specify output file (default: write to current directory)
3494:  -p<file>   preprocess to a file (or stdout if no file supplied)
3495:  -pedantic  show pedantic messages
3496:  -platform  (deprecated alias for -arch)
3497:  -sfdvital  suppress marking files as Vital by default (deprecated)
3498:  -ss        suppress schema validation of documents (performance boost) (deprecated)
3499:  -sw[N]     suppress all warnings or a specific message ID
3500:  (example: -sw1009 -sw1103)
3501:  -swall     suppress all warnings (deprecated)
3502:  -trace     show source trace for errors, warnings, and verbose messages (deprecated)
3503:  -v         verbose output
3504:  -wx[N]     treat all warnings or a specific message ID as an error
3505:  (example: -wx1009 -wx1103)
3506:  -wxall     treat all warnings as errors (deprecated)
3507:  -? | -help this help information
...

3782:  Calculating task graph as no cached configuration is available for tasks: :jabls-cli:jpackage
3783:  Watching the file system is configured to be disabled
3784:  File system watching is inactive
3785:  Starting Build
3786:  Using local directory build cache for build ':build-logic' (location = D:\a\.gradle\caches\build-cache-1, remove unused entries = after 7 days).
3787:  > Configure project :build-logic
3788:  Evaluating project ':build-logic' using build file 'D:\a\jabref\jabref\build-logic\build.gradle.kts'.
3789:  Resolved plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '6.5.6']
3790:  Using Kotlin Gradle Plugin gradle813 variant
3791:  kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
3792:  kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
3793:  file or directory 'D:\a\jabref\jabref\build-logic\src\main\java', not found
3794:  Resolved plugin [id: 'org.jabref.gradle.build']
3795:  Resolved plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '1.0.0']
3796:  Kotlin does not yet support 26 JDK target, falling back to Kotlin JVM_25 JVM target
3797:  Resolve mutations for :build-logic:checkKotlinGradlePluginConfigurationErrors (Thread[#345,included builds,5,main]) started.
3798:  :build-logic:checkKotlinGradlePluginConfigurationErrors (Thread[#346,Execution worker,5,main]) started.
3799:  > Task :build-logic:checkKotlinGradlePluginConfigurationErrors SKIPPED
3800:  Skipping task ':build-logic:checkKotlinGradlePluginConfigurationErrors' as task onlyIf 'errorDiagnostics are present' is false.
3801:  Resolve mutations for :build-logic:generateExternalPluginSpecBuilders (Thread[#346,Execution worker,5,main]) started.
...

3896:  Resolved plugin [id: 'org.jabref.gradle.feature.shadowjar']
3897:  Resolved plugin [id: 'application']
3898:  Skipping Develocity integration for Shadow plugin.
3899:  (dependency analysis) :jabkit was already configured
3900:  Setting org.gradle.jvm.version attribute for shadowRuntimeElements configuration.
3901:  Setting target JVM version to 26 for shadowRuntimeElements configuration.
3902:  Adding shadowRuntimeElements variant to Java component.
3903:  > Configure project :jablib
3904:  Evaluating project ':jablib' using build file 'D:\a\jabref\jabref\jablib\build.gradle.kts'.
3905:  Resolved plugin [id: 'org.jabref.gradle.module']
3906:  Resolved plugin [id: 'java-library']
3907:  Resolved plugin [id: 'antlr']
3908:  Resolved plugin [id: 'me.champeau.jmh', version: '0.7.3']
3909:  Resolved plugin [id: 'com.vanniktech.maven.publish', version: '0.36.0']
3910:  Resolved plugin [id: 'dev.jbang', version: '0.4.0']
3911:  Resolved plugin [id: 'net.ltgt.errorprone', version: '5.1.0']
3912:  Resolved plugin [id: 'net.ltgt.nullaway', version: '3.0.0']
...

3949:  Registering root project 'JabRef' in composite build. Will substitute for module ':JabRef'.
3950:  Registering project ':jabgui' in composite build. Will substitute for module 'org.jabref:jabgui'.
3951:  Registering project ':jabkit' in composite build. Will substitute for module 'org.jabref.jabkit:jabkit'.
3952:  Registering project ':jablib' in composite build. Will substitute for module 'JabRef:jablib'.
3953:  Registering project ':jabls' in composite build. Will substitute for module 'JabRef:jabls'.
3954:  Registering project ':jabls-cli' in composite build. Will substitute for module 'org.jabref.languageserver:jabls-cli'.
3955:  Registering project ':jabsrv' in composite build. Will substitute for module 'JabRef:jabsrv'.
3956:  Registering project ':jabsrv-cli' in composite build. Will substitute for module 'org.jabref.jabsrv:jabsrv-cli'.
3957:  Registering project ':test-support' in composite build. Will substitute for module 'JabRef:test-support'.
3958:  Registering project ':versions' in composite build. Will substitute for module 'JabRef:versions'.
3959:  Task path ':jabls-cli:jpackage' matched project ':jabls-cli'
3960:  Task name matched 'jpackage'
3961:  Selected primary task 'jpackage' from project :jabls-cli
3962:  Tasks to be executed: [task ':jablib:generateGrammarSource', task ':jablib:generateSyntheticModuleInfoFolders', task ':jablib:compileJava', task ':jablib:extractMaintainers', task ':jablib:generateJournalListMV', task ':jablib:generateCitationStyleCatalog', task ':jablib:generateLtwaListMV', task ':jablib:processResources', task ':jablib:classes', task ':jablib:jar', task ':jabls:compileJava', task ':jabls:processResources', task ':jabls:classes', task ':jabls:jar', task ':jabls-cli:generateSyntheticModuleInfoFolders', task ':jabls-cli:compileJava', task ':jabls-cli:processResources', task ':jabls-cli:classes', task ':jabls-cli:jar', task ':jabls-cli:jpackageWindows-latest', task ':jabls-cli:jpackage']
3963:  Tasks that were excluded: []
3964:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3965:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3966:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3967:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3968:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3969:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3970:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3971:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3972:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3973:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3974:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3975:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3976:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3977:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3978:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3979:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3980:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3981:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3982:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3983:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3984:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3985:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3986:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3987:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3988:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3989:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3990:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3991:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3992:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3993:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3994:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3995:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3996:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3997:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3998:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
3999:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4000:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4001:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4002:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4003:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4004:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4005:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4006:  Downloading https://repo.maven.apache.org/maven2/info/picocli/picocli-codegen/4.7.7/picocli-codegen-4.7.7.jar to D:\a\.gradle\.tmp\gradle_download2685331962356668949bin
4007:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4008:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4009:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4010:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4011:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4012:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4013:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4014:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4015:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4016:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4017:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4018:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4019:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4020:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4021:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4022:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4023:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4024:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4025:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4026:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4027:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4028:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4029:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4030:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4031:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4032:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4033:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4034:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4035:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4036:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4037:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4038:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4039:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4040:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4041:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4042:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4043:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4044:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4045:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4046:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4047:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4048:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4049:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4050:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4051:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4052:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4053:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4054:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4055:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4056:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4057:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4058:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4059:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4060:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4061:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4062:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4063:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4064:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4065:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4066:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4067:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4068:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4069:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4070:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4071:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4072:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4073:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4074:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4075:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4076:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4077:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4078:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4079:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4080:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4081:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4082:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4083:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4084:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4085:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4086:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4087:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4088:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4089:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4090:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4091:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4092:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4093:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4094:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4095:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4096:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4097:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4098:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4099:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4100:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4101:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4102:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4103:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4104:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4105:  Variant Selection Exception: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException caused by Resolution Failure: org.gradle.internal.component.resolution.failure.type.AmbiguousVariantsFailure
4106:  Downloading https://repo.maven.apache.org/maven2/org/openjfx/javafx-web/26/javafx-web-26-win.jar to D:\a\.gradle\.tmp\gradle_download1905534482278146499bin
...

4311:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\io.github.darvil82\terminal-text-formatter\2.3.0c\4bbc1507e7a334d1dc21cccc645a3ddc9010d0db\terminal-text-formatter-2.3.0c.jar with cache key 24ab5352e0f20c6980f7c8121b39ffb3
4312:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.jooq\jool\0.9.15\2b162c4251820479b336a7437b88fa047ed3e82e\jool-0.9.15.jar is 42e483d65419deb0682d2ce76f255ab4
4313:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.jabref\mslinks\1.1.1\ecae65d4ab61c444a01fd44a7c8ba9f2579aba64\mslinks-1.1.1.jar with cache key 9d38c30c6bf19595dab8b6efedb19b9f
4314:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.3\aeaffd00d57023a2c947393ed251f0354f0985fc\failureaccess-1.0.3.jar is 1c33734f40fed3c663b221b6d39e7a44
4315:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.jooq\jool\0.9.15\2b162c4251820479b336a7437b88fa047ed3e82e\jool-0.9.15.jar with cache key 42e483d65419deb0682d2ce76f255ab4
4316:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.j2objc\j2objc-annotations\3.1\a892ca9507839bbdb900d64310ac98256cab992f\j2objc-annotations-3.1.jar is 1a4519e53215815fe0991cd0fed53c92
4317:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.3\aeaffd00d57023a2c947393ed251f0354f0985fc\failureaccess-1.0.3.jar with cache key 1c33734f40fed3c663b221b6d39e7a44
4318:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.21.0\d95f998db5f89900fe895daf6cd2cddcb2f1d64b\commons-codec-1.21.0.jar is 2def935ac452af7228ca7bf0862d8787
4319:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.j2objc\j2objc-annotations\3.1\a892ca9507839bbdb900d64310ac98256cab992f\j2objc-annotations-3.1.jar with cache key 1a4519e53215815fe0991cd0fed53c92
4320:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.apache.pdfbox\fontbox\3.0.7\48c70ca4297548041b7e05493a2db4780a037cf1\fontbox-3.0.7.jar is 0e0b1b0ef31d20a99ff7411a7c5dac9a
4321:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.21.0\d95f998db5f89900fe895daf6cd2cddcb2f1d64b\commons-codec-1.21.0.jar with cache key 2def935ac452af7228ca7bf0862d8787
4322:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.apache.pdfbox\pdfbox-io\3.0.7\9ca53467e2ae49a669034c0ac377992dc26e8c20\pdfbox-io-3.0.7.jar is e392293cd37e9b88ed7cd68da5bcc593
4323:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.apache.pdfbox\pdfbox-io\3.0.7\9ca53467e2ae49a669034c0ac377992dc26e8c20\pdfbox-io-3.0.7.jar with cache key e392293cd37e9b88ed7cd68da5bcc593
4324:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.3.6\63e78ca6cd446c0ad166d14f03ed99e7efb3896d\commons-logging-1.3.6.jar is 21b5a276497ae91fca727a5e6e99eded
4325:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.3.6\63e78ca6cd446c0ad166d14f03ed99e7efb3896d\commons-logging-1.3.6.jar with cache key 21b5a276497ae91fca727a5e6e99eded
4326:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_annotations\2.48.0\bbe30942a31d1778c74cb272321267eca82dc708\error_prone_annotations-2.48.0.jar is 4ca3726fb71387075fc954b81818ddd4
4327:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_annotations\2.48.0\bbe30942a31d1778c74cb272321267eca82dc708\error_prone_annotations-2.48.0.jar with cache key 4ca3726fb71387075fc954b81818ddd4
4328:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna-platform\5.18.1\dd817f391efc492041c9ae91127527c13750a789\jna-platform-5.18.1.jar is b876a917cedefd2df5aa8348c5006261
...

4352:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\26.1.0\c1e9226d7ca6661020c58c94397da0cc3673d5e4\annotations-26.1.0.jar is 48ccc33971c7e7eaa8a2734c9fb8f9b2
4353:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\26.1.0\c1e9226d7ca6661020c58c94397da0cc3673d5e4\annotations-26.1.0.jar with cache key 48ccc33971c7e7eaa8a2734c9fb8f9b2
4354:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\de.swiesend\secret-service\1.8.1-jdk17\481bc283c331feb922a4c781aea117fc73f70558\secret-service-1.8.1-jdk17.jar is 2bec5b45851211e6cd5a7d6f131fa6c3
4355:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\de.swiesend\secret-service\1.8.1-jdk17\481bc283c331feb922a4c781aea117fc73f70558\secret-service-1.8.1-jdk17.jar with cache key 2bec5b45851211e6cd5a7d6f131fa6c3
4356:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\at.favre.lib\hkdf\1.1.0\74f0e98f795ea0b573e117d30696856605b93af\hkdf-1.1.0.jar is c3c773a924a3429bd22d400b793e8a99
4357:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\at.favre.lib\hkdf\1.1.0\74f0e98f795ea0b573e117d30696856605b93af\hkdf-1.1.0.jar with cache key c3c773a924a3429bd22d400b793e8a99
4358:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.github.hypfvieh\dbus-java-transport-native-unixsocket\4.2.1\178761ea2c585e5814154d57735ed2229a025486\dbus-java-transport-native-unixsocket-4.2.1.jar is 9d0d269e6161698c2a4ceef02ae4d0f8
4359:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.github.hypfvieh\dbus-java-transport-native-unixsocket\4.2.1\178761ea2c585e5814154d57735ed2229a025486\dbus-java-transport-native-unixsocket-4.2.1.jar with cache key 9d0d269e6161698c2a4ceef02ae4d0f8
4360:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.github.hypfvieh\dbus-java-core\4.2.1\2c3440afb8e7a751947b856dd78cb47252597288\dbus-java-core-4.2.1.jar is 4dc7b0daa5d529332747bd5b8c31d404
4361:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.github.hypfvieh\dbus-java-core\4.2.1\2c3440afb8e7a751947b856dd78cb47252597288\dbus-java-core-4.2.1.jar with cache key 4dc7b0daa5d529332747bd5b8c31d404
4362:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\pt.davidafsilva.apple\jkeychain\1.1.0\428c91b45e1a34f04cf092e8147a25afa2ede2ab\jkeychain-1.1.0.jar is 65ea5877977ae0ace013949300ba0ad7
4363:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\pt.davidafsilva.apple\jkeychain\1.1.0\428c91b45e1a34f04cf092e8147a25afa2ede2ab\jkeychain-1.1.0.jar with cache key 65ea5877977ae0ace013949300ba0ad7
4364:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\ai.djl.huggingface\tokenizers\0.36.0\afef67d13b680b215d8977db4a29b8d98d67d80b\tokenizers-0.36.0.jar with cache key 70302e245fe2655fd75149c44e82c144
4365:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.13.8\5a865f03a794b27e6491740c4c419a19e4511a3d\scala-library-2.13.8.jar with cache key d6136688da887d9762d274b618732a03
4366:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\jabref\jabref\jablib\lib\com\ibm\icu\icu4j\72.0.1\icu4j-72.0.1.jar with cache key e302825ca03681e0f2009fd08a788289
4367:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_core\2.48.0\610789b57943c6b0467fc28fc7fbda31b3604d9\error_prone_core-2.48.0.jar is 34c10bedbff12d0e98d661a2d3745813
4368:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.uber.nullaway\nullaway\0.13.1\ac27d58fb72702a250d1bcc66f07ea6da8d04518\nullaway-0.13.1.jar is d835f2f85e1634366d61eec1b166b386
4369:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_check_api\2.48.0\14318411514dedaea36ad526d9966ed6f8d6faf6\error_prone_check_api-2.48.0.jar is 883b10d904691b5bf7fbac38e08dea2f
4370:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_annotation\2.48.0\d8641de23aa82b7124023bafb7eb96583fea412\error_prone_annotation-2.48.0.jar is 95801f6dce4755f5dad265b81512b803
4371:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.errorprone\error_prone_annotation\2.48.0\d8641de23aa82b7124023bafb7eb96583fea412\error_prone_annotation-2.48.0.jar with cache key 95801f6dce4755f5dad265b81512b803
4372:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.googlejavaformat\google-java-format\1.34.1\5a1e3facb54587cb5bd06e2dfa87e84ed14a158d\google-java-format-1.34.1.jar is 644d28bf7302067a1415735714f419ec
4373:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.googlejavaformat\google-java-format\1.34.1\5a1e3facb54587cb5bd06e2dfa87e84ed14a158d\google-java-format-1.34.1.jar with cache key 644d28bf7302067a1415735714f419ec
4374:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.auto\auto-common\1.2.2\9d38f10e22411681cf1d1ee3727e002af19f2c9e\auto-common-1.2.2.jar is e870a3dffee6d33977a31bd520e25252
4375:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.uber.nullaway\nullaway\0.13.1\ac27d58fb72702a250d1bcc66f07ea6da8d04518\nullaway-0.13.1.jar with cache key d835f2f85e1634366d61eec1b166b386
4376:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.checkerframework\dataflow-nullaway\3.53.0\31ee767ab3ddd0f4b1518df8b45f7dfe7647c427\dataflow-nullaway-3.53.0.jar is 2d4c688980570275dc9325e2b2b10407
4377:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\com.google.auto\auto-common\1.2.2\9d38f10e22411681cf1d1ee3727e002af19f2c9e\auto-common-1.2.2.jar with cache key e870a3dffee6d33977a31bd520e25252
4378:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.checkerframework\checker-qual\3.53.0\af1105964a03d7ed8aaf8ea2cb6ec0da7ec6c7a6\checker-qual-3.53.0.jar is ff87d22d6e25ff6147cbe728cd2387c4
4379:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.checkerframework\checker-qual\3.53.0\af1105964a03d7ed8aaf8ea2cb6ec0da7ec6c7a6\checker-qual-3.53.0.jar with cache key ff87d22d6e25ff6147cbe728cd2387c4
4380:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\io.github.java-diff-utils\java-diff-utils\4.16\cca1e7dc2460d0afeebc3fc4a3386eadede08c5a\java-diff-utils-4.16.jar is 4758b82fa9e4eb29661d2f8caf868810
4381:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\io.github.java-diff-utils\java-diff-utils\4.16\cca1e7dc2460d0afeebc3fc4a3386eadede08c5a\java-diff-utils-4.16.jar with cache key 4758b82fa9e4eb29661d2f8caf868810
4382:  Build cache key for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.pcollections\pcollections\4.0.1\59f3bf5fb28c5f5386804dcf129267416b75d7c\pcollections-4.0.1.jar is 005ed48c150e7674affbc4b03535ad78
4383:  Stored cache entry for ExtraJavaModuleInfoTransform: D:\a\.gradle\caches\modules-2\files-2.1\org.pcollections\pcollecti...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants