Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share classes between :plugins, :plugin:settings and initscript in tests #385

Merged
merged 73 commits into from
Jan 29, 2023

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Jan 28, 2023

Split from #357

renovate bot and others added 30 commits January 28, 2023 11:11
Caused by: java.lang.NoSuchMethodError: 'org.gradle.api.provider.Provider org.gradle.api.reporting.Report.getOutputLocation()'
	at net.twisterrob.gradle.compat.GradleCompatKt.getOutputLocationCompat(GradleCompat.kt:294)
	at net.twisterrob.gradle.quality.gather.QualityTaskReportGatherer.getParsableReportLocation(QualityTaskReportGatherer.kt:23)
The Daemon will expire after the build after running out of JVM Metaspace.
The project memory settings are likely not configured or are configured to an insufficient value.
The daemon will restart for the next build, which may increase subsequent build times.
These settings can be adjusted by setting 'org.gradle.jvmargs' in 'gradle.properties'.
The currently configured max heap space is '512 MiB' and the configured max metaspace is '256 MiB'.
For more information on how to set these values, visit the user guide at https://docs.gradle.org/8.0-rc-1/userguide/build_environment.html#configuring_jvm_memory
To disable this warning, set 'org.gradle.daemon.performance.disable-logging=true'.
…eVersion` is not necessary because it removes the rc-2
> Task :processReleaseResources
WARNING:Your project has set `android.useAndroidX=true`, but configuration `:releaseCompileClasspath` still contains legacy support libraries, which may cause runtime issues.
This behavior will not be allowed in Android Gradle plugin 8.0.
Please use only AndroidX dependencies or set `android.enableJetifier=true` in the `gradle.properties` file to migrate your project to AndroidX (see https://developer.android.com/jetpack/androidx/migrate for more info).
The following legacy support libraries are detected:
:releaseCompileClasspath -> com.android.support:support-annotations:27.1.1
@TWiStErRob TWiStErRob added a:refactor internal change without functional change in:build build.gradle, CI on GitHub Actions in:test test module and project tests labels Jan 28, 2023
@TWiStErRob TWiStErRob added this to the v0.15 milestone Jan 28, 2023
@TWiStErRob TWiStErRob enabled auto-merge (squash) January 28, 2023 21:56
@TWiStErRob TWiStErRob disabled auto-merge January 28, 2023 21:57
@TWiStErRob TWiStErRob changed the title Share classes with initscript in tests Share classes between :plugins, :plugin:settings and initscript in tests Jan 28, 2023
@TWiStErRob TWiStErRob enabled auto-merge (squash) January 28, 2023 21:57
@TWiStErRob TWiStErRob disabled auto-merge January 28, 2023 22:21
@TWiStErRob TWiStErRob enabled auto-merge (squash) January 29, 2023 09:44
@TWiStErRob TWiStErRob merged commit f1e1de4 into master Jan 29, 2023
@TWiStErRob TWiStErRob deleted the initclaspath branch January 29, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:refactor internal change without functional change in:build build.gradle, CI on GitHub Actions in:test test module and project tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant