Skip to content

Commit

Permalink
chore(build): Remove spring.version property
Browse files Browse the repository at this point in the history
Spring is no longer a direct dependency of this project.
  • Loading branch information
matrei committed Apr 13, 2024
1 parent 233373e commit 294bfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ plugins {

group = 'io.github.matrei'

ext.set('spring.version', libs.versions.spring.get())
ext.set('grailsVersion', libs.versions.grails.asProvider().get())

apply plugin: 'org.grails.grails-gsp'
Expand Down

0 comments on commit 294bfdf

Please sign in to comment.