| Type | Name and description |
|---|---|
static java.util.List<java.lang.String> |
publicationNames(org.gradle.api.Project project)Names of all publications found in this project |
static void |
publications(org.gradle.api.Project project, org.gradle.api.Action<org.gradle.api.publish.PublicationContainer> action)Needed because we cannot access publications or publishing normally via Java Doing so will "resolve" the publications too early and things would not work For example, pom would not have dependencies |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Names of all publications found in this project
Needed because we cannot access publications or publishing normally via Java Doing so will "resolve" the publications too early and things would not work For example, pom would not have dependencies