Skip to content

Commit

Permalink
Merge pull request #329 from codeconsole/7.0.x-jakarta-gsp
Browse files Browse the repository at this point in the history
Switch gspCompile to jakarta
  • Loading branch information
codeconsole authored Sep 13, 2024
2 parents caa8cfb + c981685 commit a038abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class GroovyPagePlugin implements Plugin<Project> {
}

project.dependencies {
gspCompile 'javax.servlet:javax.servlet-api:3.1.0'
gspCompile 'jakarta.servlet:jakarta.servlet-api:6.0.0'
}

SourceSet mainSourceSet = SourceSets.findMainSourceSet(project)
Expand Down

0 comments on commit a038abd

Please sign in to comment.