Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
deprecate org.ajoberstar.github-pages
Browse files Browse the repository at this point in the history
The replacement plugin org.ajoberstar.git-publish has equivalent
features and a better (i.e. existent) test suite. This is a
separate repo to decouple its evolution from gradle-git.

https://github.com/ajoberstar/gradle-git-publish
  • Loading branch information
ajoberstar committed Mar 23, 2017
1 parent 99deae5 commit b8fbe3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class GithubPagesPlugin implements Plugin<Project> {
* @param project the project
*/
void apply(Project project) {
project.logger.warn('org.ajoberstar.github-pages is deprecated will be removed in gradle-git 2.0.0. Users should migrate to org.ajoberstar.git-publish (https://github.com/ajoberstar/gradle-git-publish).')
GithubPagesPluginExtension extension = project.extensions.create('githubPages', GithubPagesPluginExtension, project)
configureTasks(project, extension)
}
Expand Down

0 comments on commit b8fbe3c

Please sign in to comment.