Skip to content

Commit 37eb2b8

Browse files
Jorge Antonio Diaz-Benito Sorianostoyicker
authored andcommitted
Add Maven props to top of file
1 parent b9a540f commit 37eb2b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@ project.ext {
7878
}
7979
}
8080

81+
groupId = project.ext.groupId
82+
artifactId = project.ext.artifactId
83+
version = project.ext.version
84+
8185
apply from: project.file('ci/gradle-publish.gradle')
8286
apply from: project.file('ci/publish.gradle')

0 commit comments

Comments
 (0)