-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #389 from skydoves/migrate/nexus-plugin
Migrate nexus plugin
- Loading branch information
Showing
17 changed files
with
174 additions
and
225 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -36,6 +36,32 @@ android.defaults.buildfeatures.shaders=false | |
# thereby reducing the size of the R class for that library | ||
# https://developer.android.com/studio/releases/gradle-plugin#4.1-nontransitive-r-class | ||
android.nonTransitiveRClass=true | ||
|
||
# Eanble compose compiler options | ||
enableComposeCompilerMetrics=true | ||
enableComposeCompilerReports=true | ||
enableComposeCompilerReports=true | ||
|
||
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308) | ||
systemProp.org.gradle.internal.publish.checksums.insecure=true | ||
|
||
# Increase timeout when pushing to Sonatype (otherwise we get timeouts) | ||
systemProp.org.gradle.internal.http.socketTimeout=120000 | ||
|
||
POM_URL=https://github.com/skydoves/landscapist/ | ||
POM_SCM_URL=https://github.com/skydoves/landscapist/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/skydoves/landscapist.git | ||
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/skydoves/landscapist.git | ||
POM_DESCRIPTION=A pluggable, highly optimized Jetpack Compose image loading library that fetches and displays network images with Glide, Coil, and Fresco. | ||
|
||
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=skydoves | ||
POM_DEVELOPER_NAME=Jaewoong Eum | ||
POM_DEVELOPER_URL=https://github.com/skydoves/ | ||
POM_DEVELOPER_EMAIL=[email protected] | ||
|
||
SONATYPE_HOST=DEFAULT | ||
RELEASE_SIGNING_ENABLED=true | ||
SONATYPE_AUTOMATIC_RELEASE=true |
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
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
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
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
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
Oops, something went wrong.