Add description to hibernate-platform.gradle

This commit is contained in:
Marco Belladelli 2023-05-18 15:23:05 +02:00
parent 03e6c74737
commit bbcb6ccedc
No known key found for this signature in database
GPG Key ID: D1D0C3030AE3AA35
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ plugins {
id 'java-platform'
}
description = 'Gradle platform for Hibernate ORM'
apply from: rootProject.file( 'gradle/releasable.gradle' )
apply from: rootProject.file( "gradle/base-information.gradle" )
apply from: rootProject.file( "gradle/publishing-pom.gradle" )