File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1414
1515plugins {
1616 id(" build-logic.java-application-conventions" )
17+ id(" maven-publish" )
1718}
1819
1920group = " org.swift.swiftkit"
2021version = " 1.0-SNAPSHOT"
22+ base {
23+ archivesName = " swiftkit-core"
24+ }
2125
2226repositories {
27+ mavenLocal()
2328 mavenCentral()
2429}
2530
31+ publishing {
32+ publications {
33+ maven(MavenPublication ) {
34+ groupId = group
35+ artifactId = ' swiftkit-core'
36+ version = ' 1.0-SNAPSHOT'
37+
38+ from components. java
39+ }
40+ }
41+ }
42+
2643java {
2744 toolchain {
2845 languageVersion. set(JavaLanguageVersion . of(17 ))
Original file line number Diff line number Diff line change 1414
1515plugins {
1616 id(" build-logic.java-application-conventions" )
17+ id(" maven-publish" )
1718}
1819
1920group = " org.swift.swiftkit"
2021version = " 1.0-SNAPSHOT"
22+ base {
23+ archivesName = " swiftkit-ffm"
24+ }
2125
2226repositories {
27+ mavenLocal()
2328 mavenCentral()
2429}
2530
31+ publishing {
32+ publications {
33+ maven(MavenPublication ) {
34+ groupId = group
35+ artifactId = ' swiftkit-ffm'
36+ version = ' 1.0-SNAPSHOT'
37+
38+ from components. java
39+ }
40+ }
41+ }
42+
2643java {
2744 toolchain {
2845 languageVersion. set(JavaLanguageVersion . of(24 ))
You can’t perform that action at this time.
0 commit comments