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

Use ProjectDependency.path instead of ProjectDependency.dependencyProject.path on Gradle 8.11 #1

Closed
wants to merge 9 commits into from

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Nov 1, 2024

@TWiStErRob TWiStErRob changed the title Add 8.11 to versions Use ProjectDependency.path instead of ProjectDependency.dependencyProject.path on Gradle 8.11 Nov 1, 2024
@TWiStErRob TWiStErRob changed the title Use ProjectDependency.path instead of ProjectDependency.dependencyProject.path on Gradle 8.11 Use ProjectDependency.path instead of ProjectDependency.dependencyProject.path on Gradle 8.11 Nov 1, 2024
@@ -26,7 +26,7 @@ abstract class AbstractFunctionalSpec extends Specification {
protected static final SUPPORTED_GRADLE_VERSIONS = [
GradleVersions.minGradleVersion,
GRADLE_LATEST,
// GRADLE_8_11,
GRADLE_8_11,
Copy link
Owner Author

@TWiStErRob TWiStErRob Nov 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GRADLE_8_11,
// GRADLE_8_11,

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figure out if this is published or just build logic. If published needs if too.

w: testkit/gradle-testkit-plugin/src/main/kotlin/com/autonomousapps/GradleTestKitSupportExtension.kt:211:24 'val dependencyProject: Project!' is deprecated. Deprecated in Java.
w: testkit/gradle-testkit-plugin/src/main/kotlin/com/autonomousapps/GradleTestKitSupportExtension.kt:212:21 'val dependencyProject: Project!' is deprecated. Deprecated in Java.
> Configure project :build-logic:convention
w: build-logic/convention/build.gradle.kts:17:3: 'kotlinOptions(KotlinJvmOptionsDeprecated /* = KotlinJvmOptions */.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln
> Configure project :testkit:gradle-testkit-plugin
Using a toolchain installed via auto-provisioning, but having no toolchain repositories configured. This behavior is deprecated. Consider defining toolchain download repositories, otherwise the build might fail in clean environments; see https://docs.gradle.org/8.11-rc-3/userguide/toolchains.html#sub:download_repositoriesed artifacts.
@TWiStErRob TWiStErRob changed the base branch from main to agp742 November 9, 2024 03:28
@TWiStErRob TWiStErRob changed the base branch from agp742 to main November 9, 2024 03:29
@TWiStErRob TWiStErRob closed this Jan 11, 2025
@TWiStErRob TWiStErRob deleted the gradle811 branch January 11, 2025 14:27
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.

Gradle 8.11 compatibility: The ProjectDependency.getDependencyProject() method has been deprecated.
1 participant