"fix" for Gradle plugin publishing

This commit is contained in:
Steve Ebersole 2021-08-05 08:26:19 -05:00
parent e0076f8e20
commit f43016cd34
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ pluginBundle {
vcsUrl = 'https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin'
tags = ['hibernate','orm','bytecode','enhancement','bytebuddy']
// sigh
mavenCoordinates {
groupId = project.group.toString()
artifactId = project.name
version = project.version.toString()
}
plugins {
ormPlugin {
id = project.pluginId