mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Apply maven-publish plugin consistently (#4364)
This commit is contained in:
parent
15760da074
commit
07639900c9
3 changed files with 5 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
|
|||
apply(plugin = "meshtastic.spotless")
|
||||
apply(plugin = "meshtastic.dokka")
|
||||
apply(plugin = "meshtastic.kover")
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
extensions.configure<LibraryExtension> {
|
||||
configureKotlinAndroid(this)
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ class KmpLibraryConventionPlugin : Plugin<Project> {
|
|||
apply(plugin = "meshtastic.spotless")
|
||||
apply(plugin = "meshtastic.dokka")
|
||||
apply(plugin = "meshtastic.kover")
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
configureKotlinMultiplatform()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
import java.util.Properties
|
||||
import java.io.FileInputStream
|
||||
import java.util.Properties
|
||||
|
||||
project.pluginManager.apply("maven-publish")
|
||||
|
||||
val configProperties = Properties()
|
||||
val configFile = rootProject.file("config.properties")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue