Skip to content

Commit 82e6f84

Browse files
committed
Replace deprecated publishing property
1 parent 3147acd commit 82e6f84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ settings:
1616
android:
1717
namespace: "de.sipgate.federmappe.common"
1818
publishing:
19-
name: common
19+
artifactId: common
2020

2121
test-settings:
2222
kotlin:

firestore/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ settings:
2222
minSdk: 23
2323
# testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
2424
publishing:
25-
name: firestore
25+
artifactId: firestore
2626

2727
test-settings:
2828
kotlin:

realtimedb/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ settings:
3131
namespace: "de.sipgate.federmappe.realtimedb"
3232
minSdk: 23
3333
publishing:
34-
name: realtimedb
34+
artifactId: realtimedb
3535

3636
apply:
3737
- ../publish.module-template.yaml

0 commit comments

Comments
 (0)