File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' kotlin'
4- id ' maven-publish'
54}
65
76java {
@@ -16,15 +15,4 @@ dependencies {
1615 implementation " com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2"
1716}
1817
19- // For publishing on Jitpack
20- afterEvaluate {
21- publishing {
22- publications {
23- release(MavenPublication ) {
24- from components. java
25- }
26- }
27- }
28- }
29-
3018apply plugin : " com.vanniktech.maven.publish"
Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' kotlin'
4- id ' maven-publish'
54}
65
76java {
87 sourceCompatibility = JavaVersion . VERSION_1_8
98 targetCompatibility = JavaVersion . VERSION_1_8
109}
1110
12- // For publishing on Jitpack
13- afterEvaluate {
14- publishing {
15- publications {
16- release(MavenPublication ) {
17- from components. java
18- }
19- }
20- }
21- }
22-
2311apply plugin : " com.vanniktech.maven.publish"
You can’t perform that action at this time.
0 commit comments