-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8f623c
commit b4dd486
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
org.gradle.parallel=true | ||
org.gradle.daemon=true | ||
org.gradle.caching=true | ||
|
@@ -10,11 +10,11 @@ SONATYPE_AUTOMATIC_RELEASE=true | |
RELEASE_SIGNING_ENABLED=true | ||
|
||
GROUP=app.moviebase | ||
VERSION_NAME=1.3.2 | ||
VERSION_NAME=1.3.3-SNAPSHOT | ||
|
||
POM_NAME=TMDB API for KMM | ||
POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API. | ||
POM_INCEPTION_YEAR=2023 | ||
POM_INCEPTION_YEAR=2024 | ||
|
||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
|
@@ -27,7 +27,7 @@ POM_SCM_DEV_CONNECTION=scm:git:[email protected]:MoviebaseApp/tmdb-api.git | |
|
||
POM_DEVELOPER_ID=chrisnkrueger | ||
POM_DEVELOPER_NAME=Chris Krueger | ||
POM_DEVELOPER_URL=https://github.com/username/ | ||
POM_DEVELOPER_URL=https://github.com/chrisnkrueger | ||
|
||
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308) | ||
systemProp.org.gradle.internal.publish.checksums.insecure=true | ||
|