Eli Graber
10/07/2024, 7:13 PM<artifact>-gradlePluginMarkerMaven publication but the artifact is not getting published to the repository.Eli Graber
10/07/2024, 7:13 PMVampire
10/07/2024, 7:52 PMVampire
10/07/2024, 7:53 PMEli Graber
10/07/2024, 8:00 PMVampire
10/07/2024, 8:01 PMEli Graber
10/07/2024, 8:23 PMplugins {
`kotlin-dsl`
`maven-publish`
}
publishing {
repositories {
maven {
name = "projectLocal"
url = uri("../.m2")
}
}
}Eli Graber
10/07/2024, 8:24 PMpublishMavenPublicationToProjectLocalRepositoryEli Graber
10/07/2024, 8:25 PMEli Graber
10/07/2024, 8:40 PMpublishAllPublicationsToProjectLocalRepositoryVampire
10/07/2024, 9:20 PMVampire
10/07/2024, 9:20 PMmaven, but instead configure the publications that are added for you by the plugin dev pluginVampire
10/07/2024, 9:21 PM