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

Commit

Permalink
Add plugin portal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
johndevs committed Nov 21, 2018
1 parent 2a24da8 commit b7fa5dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/groovy/com/devsoap/fn/actions/FnPluginAction.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ class FnPluginAction extends PluginAction {
super.execute(project)

project.with {

repositories.maven { repository ->
repository.name = 'Gradle Plugin Portal'
repository.url = 'https://plugins.gradle.org/m2/'
}

String pluginDependency =
"com.devsoap:fn-gradle-plugin:${Versions.rawVersion('fn.plugin.version')}"
Dependency vaadin = dependencies.create(pluginDependency) {
Expand Down

0 comments on commit b7fa5dc

Please sign in to comment.