Skip to content

Commit

Permalink
更新gradle信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ifan committed Aug 13, 2021
1 parent def6b99 commit 98f905d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ fabric.properties

# End of https://www.gitignore.io/api/androidstudio
.idea/copyright/
maven-publish.gradle
maven-publish.properties
gradle/maven-publish.gradle
gradle/maven-publish.properties
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects.forEach(new Consumer<Project>() {
void accept(String s) {
project.getPlugins().withId(s) {
project.afterEvaluate {
def file = new File(project.getProjectDir().parent, "maven-publish.gradle")
def file = new File(project.getProjectDir().parent, "gradle/maven-publish.gradle")
if(file.exists()){
project.apply from: file
}
Expand Down

0 comments on commit 98f905d

Please sign in to comment.