File tree 12 files changed +83
-0
lines changed
12 files changed +83
-0
lines changed Original file line number Diff line number Diff line change
1
+ publishing.publications.withType<MavenPublication > {
2
+ pom {
3
+ name.set(" Xanthic - API Module" )
4
+ description.set(" Xanthic Cache API dependency" )
5
+ }
6
+ }
Original file line number Diff line number Diff line change @@ -17,3 +17,10 @@ dependencies {
17
17
api(project(" :cache-provider-infinispan" ))
18
18
}
19
19
}
20
+
21
+ publishing.publications.withType<MavenPublication > {
22
+ pom {
23
+ name.set(" Xanthic - BOM Platform" )
24
+ description.set(" Xanthic Build of Materials dependency constraints" )
25
+ }
26
+ }
Original file line number Diff line number Diff line change @@ -9,3 +9,10 @@ dependencies {
9
9
testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.0" )
10
10
testFixturesImplementation(" org.awaitility:awaitility:4.2.0" )
11
11
}
12
+
13
+ publishing.publications.withType<MavenPublication > {
14
+ pom {
15
+ name.set(" Xanthic - Core Module" )
16
+ description.set(" Xanthic Cache Core dependency" )
17
+ }
18
+ }
Original file line number Diff line number Diff line change @@ -16,3 +16,10 @@ dependencies {
16
16
tasks.javadocJar {
17
17
from(tasks.dokkaJavadoc)
18
18
}
19
+
20
+ publishing.publications.withType<MavenPublication > {
21
+ pom {
22
+ name.set(" Xanthic - KTX Module" )
23
+ description.set(" Xanthic Kotlin Extensions dependency" )
24
+ }
25
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - AndroidX Provider Module" )
12
+ description.set(" Xanthic Provider dependency for AndroidX" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - Cache2k Provider Module" )
12
+ description.set(" Xanthic Provider dependency for Cache2k" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - Caffeine Provider Module" )
12
+ description.set(" Xanthic Provider dependency for Caffeine" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -10,3 +10,10 @@ java {
10
10
sourceCompatibility = JavaVersion .VERSION_11
11
11
targetCompatibility = JavaVersion .VERSION_11
12
12
}
13
+
14
+ publishing.publications.withType<MavenPublication > {
15
+ pom {
16
+ name.set(" Xanthic - Caffeine3 Provider Module" )
17
+ description.set(" Xanthic Provider dependency for Caffeine3" )
18
+ }
19
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - Ehcache Provider Module" )
12
+ description.set(" Xanthic Provider dependency for Ehcache" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - ExpiringMap Provider Module" )
12
+ description.set(" Xanthic Provider dependency for ExpiringMap" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ dependencies {
5
5
6
6
testImplementation(testFixtures(project(" :cache-core" )))
7
7
}
8
+
9
+ publishing.publications.withType<MavenPublication > {
10
+ pom {
11
+ name.set(" Xanthic - Guava Provider Module" )
12
+ description.set(" Xanthic Provider dependency for Guava" )
13
+ }
14
+ }
Original file line number Diff line number Diff line change @@ -6,3 +6,10 @@ dependencies {
6
6
7
7
testImplementation(testFixtures(project(" :cache-core" )))
8
8
}
9
+
10
+ publishing.publications.withType<MavenPublication > {
11
+ pom {
12
+ name.set(" Xanthic - Infinispan Provider Module" )
13
+ description.set(" Xanthic Provider dependency for Infinispan" )
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments