From af85fb5d169901898fc590e21c305916d1c00082 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Mon, 26 Nov 2018 12:34:38 +0100 Subject: [PATCH] Replace geb with geb2 See: https://github.com/grails-profiles/base/pull/27 --- profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.yml b/profile.yml index 83db48b..7fd4a84 100644 --- a/profile.yml +++ b/profile.yml @@ -2,7 +2,7 @@ description: A profile for creating applications using AngularJS features: defaults: - hibernate5 - - geb + - geb2 required: - gsp - json-views