Skip to content

Commit

Permalink
Update publishing configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 2, 2024
1 parent 67a9be9 commit 8e1fbd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
12 changes: 9 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g
org.gradle.parallel=true


VERSION_NAME=1.7.10-SNAPSHOT
GROUP=io.github.goooler.android
VERSION_NAME=1.7.10-SNAPSHOT

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

POM_URL=https://github.com/Goooler/FileDownloader
ISSUE_URL=https://github.com/Goooler/FileDownloader/issues
POM_SCM_URL=https://github.com/Goooler/FileDownloader
POM_SCM_CONNECTION=scm:git@github.com:Goooler/FileDownloader.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:Goooler/FileDownloader.git

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo

POM_DEVELOPER_ID=Goooler
POM_DEVELOPER_NAME=Zongle Wang
SONATYPE_HOST=S01
POM_DEVELOPER_URL=https://github.com/Goooler
9 changes: 0 additions & 9 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.library'
id 'com.vanniktech.maven.publish'
id 'signing'
}

plugins.apply('checkstyle')
Expand Down Expand Up @@ -33,14 +32,6 @@ checkstyle {
toolVersion = '10.17.0'
}

mavenPublishing {
signAllPublications()
}

signing {
required = !version.toString().endsWith("-SNAPSHOT")
}

dependencies {
implementation 'androidx.core:core:1.13.1'

Expand Down

0 comments on commit 8e1fbd5

Please sign in to comment.