Enable publishing for hibernate-testing-jakarta

This commit is contained in:
Christian Beikov 2021-05-12 14:11:53 +02:00 committed by GitHub
parent d0febfd042
commit b36b8e4d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -9,12 +9,6 @@ description = 'Support for testing Hibernate ORM Jakarta functionality'
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
tasks.withType(PublishToMavenRepository) {
onlyIf {
repository.name == "MavenLocal"
}
}
configurations {
jakartaeeTransformJars
}
@ -82,4 +76,4 @@ jar {
}
}
}
}
}