Skip to content

Commit

Permalink
Updated asciidoctor plugin version. Extracted dropwizard version numb…
Browse files Browse the repository at this point in the history
…er out to build property
  • Loading branch information
Jack Frosch committed Mar 17, 2020
1 parent c19a183 commit da5321e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

plugins {
id 'org.asciidoctor.convert' version '1.5.3'
id 'org.asciidoctor.convert' version '1.5.9.2'
}

version "2.0.0.RC1"
Expand All @@ -18,6 +18,10 @@ group "org.grails.plugins"
apply plugin:"org.grails.grails-plugin"
apply plugin:"org.grails.grails-plugin-publish"

ext {
dropwizard_version = '4.1.5'
}

repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
Expand All @@ -42,7 +46,7 @@ dependencies {
compile "org.grails.plugins:cache"
compile "org.grails.plugins:scaffolding"
console "org.grails:grails-console"
compile 'io.dropwizard.metrics:metrics-core:4.1.5'
compile "io.dropwizard.metrics:metrics-core:${dropwizard_version}"
profile "org.grails.profiles:web-plugin"
testCompile "org.grails:grails-testing-support"
testCompile "org.grails:grails-web-testing-support"
Expand Down

0 comments on commit da5321e

Please sign in to comment.