-
Notifications
You must be signed in to change notification settings - Fork 123
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
99717ab
commit 152697f
Showing
3 changed files
with
10 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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ buildscript { | |
mavenCentral() | ||
} | ||
dependencies { | ||
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0' | ||
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0' | ||
} | ||
} | ||
|
@@ -215,7 +215,7 @@ allprojects { | |
developerConnection = "scm:git:ssh://[email protected]/username/mylibrary.git" | ||
} | ||
} | ||
// Alternatively to the DSL based POM configuration above you can define them | ||
// in Gradle properties | ||
pomFromGradleProperties() | ||
|
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