mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-04-19 22:49:02 +02:00
Disable automatic release
This commit is contained in:
parent
e42b32142b
commit
cc5cc07f4a
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "dev.adriankuta.unbounddragdrop"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_17.toString()
|
||||
@ -15,7 +15,7 @@ android {
|
||||
|
||||
mavenPublishing {
|
||||
coordinates("dev.adriankuta", "unbound-drag-drop", version.toString())
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||
signAllPublications()
|
||||
pom {
|
||||
name = "Unbound Drag & Drop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user