We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aea273 commit 47bd722Copy full SHA for 47bd722
hibernate-jcache/hibernate-jcache.gradle
@@ -7,12 +7,9 @@ dependencies {
7
testRuntime( libraries.ehcache3 )
8
}
9
10
-def pomName() {
11
- return 'Hibernate/JCache Integration'
12
-}
13
-
14
-def pomDescription() {
15
- return 'Integration for javax.cache into Hibernate as a second-level caching service'
+mavenPom {
+ name = 'Hibernate/JCache Integration'
+ description = 'Integration for javax.cache into Hibernate as a second-level caching service'
16
17
18
def osgiDescription() {
0 commit comments