Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

change default clone branch to "main" #294

Closed
wants to merge 1 commit into from
Closed

Conversation

hxiao608
Copy link

There is an error when building PA plugin by running ./gradlew build, and an empty PA-RCA folder will be created under the build folder. The reason behind this error is that the cloneGitRepo task in the gradle build script will clone the "Master" branch of PA-RCA, however, the default branch in PA-RCA has already been changed to "main".

This PR modified the build.gradle file to change the git default branch to "main". After this changed, the PA plugin can be built.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hxiao608
Copy link
Author

After applying the changes and run ./gradlew build in local environment. The PA-RCA framework in "main" branch will be copied into /build folder and PA plugin can continue to be built. But there is one failed test in the output. (Details in this issue).

@hxiao608 hxiao608 closed this Mar 25, 2021
@hxiao608
Copy link
Author

Config has been merged to main in this PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant