-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply bintray-release plugin for annotation module.
- Loading branch information
hotchemi
committed
Jun 25, 2018
1 parent
d1ae2f8
commit f689f1c
Showing
4 changed files
with
20 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
apply plugin: 'java-library' | ||
apply plugin: 'com.novoda.bintray-release' | ||
|
||
targetCompatibility = JavaVersion.VERSION_1_6 | ||
sourceCompatibility = JavaVersion.VERSION_1_6 | ||
sourceCompatibility = JavaVersion.VERSION_1_6 | ||
|
||
publish { | ||
userOrg = USER | ||
groupId = GROUP_ID | ||
artifactId = ARTIFACT_ID_ANNOTATION | ||
version = VERSION | ||
desc = DESCRIPTION | ||
website = WEBSITE | ||
licences = LICENCES | ||
} | ||
|
||
// Non-Android project: Artifactory Plugin adds only 1 publication | ||
project.ext.publicationName = "maven" | ||
apply from: rootProject.file('gradle/gradle-artifactory-upload.gradle') |
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