Slackbot
07/14/2022, 8:30 AMSlackbot
07/14/2022, 8:51 AMCarter
07/14/2022, 2:27 PMProject accessors enabled, but root project name not explicitly set for 'buildSrc'
I found the related issue, but it isn’t clear to me what action I should take. Am I supposed to add a settings.gradle.kts
to my buildSrc directory declaring rootProject.name = "buildSrc"
?
Since this name is used for the cache, I’m not clear if it needs to be different for each Gradle project on the same system.Slackbot
07/14/2022, 2:49 PMUTSAV BHETWAL
07/14/2022, 4:24 PMCould not create service of type FileAccessTimeJournal using
GradleUserHomeScopeServices.createFileAccessTimeJournal().
> Failed to ping owner of lock for journal cache (/Users/utsavbhetwal/.gradle/caches/journal-1) (lock id: -4032313904963299416, port: 55239)
I deleted the journal-1 file:
sudo rm -r /Users/utsavbhetwal/.gradle/caches/journal-1
But now I get:`java.io.FileNotFoundException: /Users/utsavbhetwal/.gradle/caches/journal-1/file-access.properties (No such file or directory)`
Any solution fo this please?Angus Hamill
07/15/2022, 2:49 PMAngus Hamill
07/15/2022, 2:50 PMSlackbot
07/15/2022, 2:51 PMSlackbot
07/15/2022, 10:36 PMSlackbot
07/17/2022, 4:30 PMSachin Pandey
07/18/2022, 5:20 AM--discover
argument i should get a list of all the test cases and --execute
argument i should be able to execute the tests. I have found the apis to do this, how can i extend the test plugin ? any pointers or starting point to that will be helpfulMattia
07/18/2022, 8:53 AMobjectFactory.newInstance(klass, nullableData)
. Gradle throws, can’t pass nullable parameters
• add two @Inject
constructors, one empty and one with non-null parameter. Gradle throws in this case - only one inject constructor is allowed.
I’m trying to model a tree like structure where object Node
can have a parent: Node?
and add parent properties as a convention to its own. Maybe extensions can help?Slackbot
07/18/2022, 12:27 PMSlackbot
07/19/2022, 1:54 AMSlackbot
07/19/2022, 9:37 AMSlackbot
07/19/2022, 9:17 PMSlackbot
07/20/2022, 12:20 AMSlackbot
07/20/2022, 9:51 AMSlackbot
07/20/2022, 10:50 AMRené
07/20/2022, 10:50 AMRené
07/20/2022, 10:50 AMSlackbot
07/20/2022, 5:02 PMChris
07/20/2022, 7:35 PMVersionContraint.getRequiredVersion()
) and determine if it identifies a “singular” version (without crafting my own regex)? I’m trying to write a ComponentMetadataHandler
that will rewrite slf4j-api
dependencies to be more accurate ranges. So 1.7.25
becomes [1.7.25,1.7.9999)
(or similar). I’d like to make sure I avoid rewriting any “non-unique” version syntaxes.Slackbot
07/20/2022, 7:47 PMSlackbot
07/20/2022, 10:08 PMSlackbot
07/21/2022, 4:30 AMSlackbot
07/21/2022, 4:45 PMSlackbot
07/21/2022, 7:14 PMSlackbot
07/21/2022, 7:17 PMSlackbot
07/21/2022, 9:44 PM