Skip to content

Commit e2ef4c3

Browse files
committed
Fix the Gradle 6+ issue from #119.
1 parent 045f8ff commit e2ef4c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ subprojects {
3737
// local eclipse maven (created by Goomph)
3838
maven {
3939
url rootProject.file('target.p2/build/p2asmaven/maven')
40+
metadataSources {
41+
mavenPom()
42+
artifact()
43+
}
4044
}
4145
}
4246
}

0 commit comments

Comments
 (0)