Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@ GROUP=app.futured.donut
VERSION_NAME=2.X.X-SNAPSHOT
POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors
POM_INCEPTION_YEAR=2020
POM_URL="https://github.com/thefuntasty/donut"
POM_SCM_URL="https://github.com/thefuntasty/donut"
POM_SCM_CONNECTION="scm:git:git://github.com/fututedapp/donut.git"
POM_SCM_DEV_CONNECTION="scm:git:ssh://github.com/fututedapp/donut.git"
POM_LICENCE_NAME="MIT"
POM_LICENCE_URL="https://github.com/thefuntasty/donut/blob/master/LICENCE"
POM_LICENCE_DIST="repo"
POM_DEVELOPER_ID="futured"
POM_DEVELOPER_NAME="Futured"
POM_DEVELOPER_URL="https://futured.app"
SONATYPE_HOST=DEFAULT
POM_URL=https://github.com/futuredapp/donut
POM_SCM_URL=https://github.com/futuredapp/donut
POM_SCM_CONNECTION=scm:git:git://github.com/futuredapp/donut.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/futuredapp/donut.git
POM_LICENCE_NAME=MIT
POM_LICENCE_URL=https://github.com/futuredapp/donut/blob/master/LICENCE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=futured
POM_DEVELOPER_NAME=Futured
POM_DEVELOPER_URL=https://futured.app
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
# Properties necessary for mavenCentral publishing
mavenCentralPublishing=true
signAllPublications=true
mavenCentralAutomaticPublishing=true
# ORG_GRADLE_PROJECT_SIGNING_PRIVATE_KEY=GPG signing key
# ORG_GRADLE_PROJECT_SIGNING_PASSWORD=GPG password
# ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername=maven central nexus username
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pluginManagement {
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
Expand Down
Loading