Skip to content

Commit

Permalink
Temporarily remove GSP support from develop
Browse files Browse the repository at this point in the history
Running into some issues we need to iron out
  • Loading branch information
lbwexler authored Jul 19, 2022
1 parent 3697d76 commit 1cbf08f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ group 'io.xh'
apply plugin:'idea'
apply plugin:'org.grails.grails-plugin'
apply plugin:'java-library'
apply plugin:"org.grails.grails-gsp"

repositories {
mavenLocal()
Expand Down Expand Up @@ -48,8 +47,7 @@ dependencies {
api "org.grails.plugins:hibernate5"
api "org.grails.plugins:events"
api "org.grails.plugins:mail:3.0.0"
api "org.grails.plugins:gsp"


runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"

Expand Down

0 comments on commit 1cbf08f

Please sign in to comment.