Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support Isolated Projects#1139

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
Goooler wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromg/20250110/isolated-projects
Draft

Conversation

@Goooler
Copy link
Member

@GooolerGoooler commentedJan 10, 2025
edited
Loading

Refs#907.

https://docs.gradle.org/8.12/userguide/isolated_projects.html#how_do_i_use_it


  • CHANGELOG's "Unreleased" section has been updated, if applicable.

@GooolerGooolerforce-pushed theg/20241225/migrate-func-tests branch 2 times, most recently fromfa38161 to17d7df6CompareJanuary 10, 2025 05:03
Base automatically changed fromg/20241225/migrate-func-tests tomainJanuary 10, 2025 09:11
@GooolerGoooler changed the titleEnable Isolated Projects flags in functional testsSupport Isolated ProjectsJan 10, 2025
@GooolerGooolerforce-pushed theg/20250110/isolated-projects branch from4fcc4c3 to2998d4dCompareJanuary 10, 2025 09:20
@Goooler
Copy link
MemberAuthor

Goooler commentedJan 10, 2025
edited
Loading

https://scans.gradle.com/s/yz3nrgegbl3vc/tests/overview?outcome=FAILED


  • Unknown location: Project ':server' cannot access 'Project.group' functionality on another project ':client'
  • Unknown location: Project ':server' cannot access 'Project.version' functionality on another project ':client'

(dependency.group==null|| resolvedDependency.moduleGroup.matches(dependency.group!!.toRegex()))&&
resolvedDependency.moduleName.matches(dependency.name.toRegex())&&
(dependency.version==null|| resolvedDependency.moduleVersion.matches(dependency.version!!.toRegex()))


  • Unknown location: Project ':impl' cannot access 'Project.configurations' functionality on another project ':api'
  • Unknown location: Project ':impl' cannot access 'Project.files' functionality on another project ':api'

fungetApiJarsFromProject(project:Project):FileCollection {
val apiDependencies= project.configurations.findByName("api")?.dependencies
?:return project.files()
val runtimeConfiguration= project.runtimeConfiguration
val apiJars= mutableListOf<File>()
apiDependencies.forEach { dep->
when (dep) {
isProjectDependency-> {
apiJars.addAll(getApiJarsFromProject(dep.dependencyProjectCompat(project)))
addJar(runtimeConfiguration, dep, apiJars)
}

@Goooler

This comment was marked as outdated.

@gemini-code-assist

This comment was marked as outdated.

@Goooler

This comment was marked as outdated.

gemini-code-assist[bot]

This comment was marked as outdated.

@GooolerGoooler requested a review fromCopilotMarch 1, 2025 09:13

This comment was marked as outdated.

@GooolerGooolerforce-pushed theg/20250110/isolated-projects branch fromaf858ec to116787fCompareJuly 13, 2025 03:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

+1 more reviewer

@gemini-code-assistgemini-code-assist[bot]gemini-code-assist[bot] left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Goooler

[8]ページ先頭

©2009-2025 Movatter.jp