Skip to content

Commit

Permalink
Spring Boot 3.2 is no longer supported
Browse files Browse the repository at this point in the history
Closes gh-894
  • Loading branch information
rainboyan committed Jan 18, 2025
1 parent 123dc50 commit fd97bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CreateAppCommand extends ArgumentCompletingCommand implements ProfileRepos
public static final String BOOT_VERSION_FLAG = 'boot-version'

public static final String[] SUPPORT_GRACE_VERSIONS = ['2023', '2022', '6', '5', '4', '3']
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.2', '3.3', '3.4']
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.3', '3.4']

public static final String UNZIP_PROFILE_TEMP_DIR = 'grails-profile-'
public static final String UNZIP_TEMPLATE_TEMP_DIR = 'grails-template-'
Expand Down

0 comments on commit fd97bc6

Please sign in to comment.