"fix" for Gradle plugin publishing
This commit is contained in:
parent
e0076f8e20
commit
f43016cd34
|
@ -54,6 +54,13 @@ pluginBundle {
|
||||||
vcsUrl = 'https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin'
|
vcsUrl = 'https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin'
|
||||||
tags = ['hibernate','orm','bytecode','enhancement','bytebuddy']
|
tags = ['hibernate','orm','bytecode','enhancement','bytebuddy']
|
||||||
|
|
||||||
|
// sigh
|
||||||
|
mavenCoordinates {
|
||||||
|
groupId = project.group.toString()
|
||||||
|
artifactId = project.name
|
||||||
|
version = project.version.toString()
|
||||||
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
ormPlugin {
|
ormPlugin {
|
||||||
id = project.pluginId
|
id = project.pluginId
|
||||||
|
|
Loading…
Reference in New Issue