Slackbot
11/30/2022, 11:58 PMSlackbot
12/01/2022, 10:04 AMSlackbot
12/01/2022, 11:39 AMSlackbot
12/01/2022, 1:07 PMSlackbot
12/01/2022, 11:38 PMSlackbot
12/02/2022, 12:02 PMSlackbot
12/02/2022, 5:16 PMSlackbot
12/02/2022, 11:36 PMLars Kaulen
12/05/2022, 9:54 AMsettings.gradle.allprojects { project -> project.version = developmentVersion }, is this good practice in this context? And if not, what would be the correct way to apply the version for all projects?
2. The GrgitService is registered with spec.maxParallelUsages.set(1). In the documentation it is mentioned, that "the build service must be registered with the using tasks via Task.usesService(Provider<? extends BuildService<?>>)". But in this case the build service isn't used within a task, but within the plugin directly, is there anything to do in this case for the spec.maxParallelUsages to take effect? Or is it even useful conceptually?Slackbot
12/05/2022, 10:34 AMmani
12/06/2022, 10:23 AMSlackbot
12/06/2022, 10:23 AMSlackbot
12/06/2022, 10:45 AMmani
12/06/2022, 1:34 PMSlackbot
12/06/2022, 1:34 PMYaniv Krim
12/06/2022, 3:28 PMSlackbot
12/06/2022, 5:30 PMSlackbot
12/07/2022, 9:51 AMDaren Klamer
12/08/2022, 2:17 AMCannot create a TestSuite named 'JvmTestSuite' because this container does not support creating elements by name alone ?Daren Klamer
12/08/2022, 2:18 AMSlackbot
12/08/2022, 9:12 AMHeath Borders
12/08/2022, 5:29 PM./gradlew clean
./gradlew --build-cache compileJava
we get:
> Task : compileJava
Could not load entry c8e5e9b6464a59e66cb37b40bdd756f5 from remote build cache: Loading entry from '<https://gradle-enterprise.example.com/cache/c8e5e9b6464a59e66cb37b40bdd756f5>' response
status 403: Forbidden
And the gradle build scan says:
The build cache was globally disabled in the build. Please consider enabling build caching.
I’ve attached our build.gradle and settings.gradle that we’re using to test. What are we missing?Slackbot
12/09/2022, 1:59 PMSlackbot
12/12/2022, 5:12 PMSlackbot
12/13/2022, 9:35 AMSlackbot
12/13/2022, 12:53 PMSlackbot
12/13/2022, 4:28 PMSlackbot
12/13/2022, 4:44 PMEmmanuel Guerin
12/13/2022, 5:54 PMSlackbot
12/14/2022, 3:07 AM