You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./grailsw
| Resolving Dependencies. Please wait...
[Incubating] Problems report is available at: file:///Users/sheiberg/Documents/workspace/demo-622/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.11/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
| Starting interactive mode...
| Enter a command name to run. Use TAB for completion:
grails> s2-
s2-create-persistent-token s2-create-role-hierarchy-entry s2-quickstart
grails> s2-
s2-create-persistent-token s2-create-role-hierarchy-entry s2-quickstart
grails> s2-quickstart
<-------------> 0% CONFIGURING [284ms]
> root project > Resolve dependencies of :runtimeClasspath
FAILURE: Build failed with an exception.
* What went wrong:
Task 's2Quickstart' not found in root project 'demo-622'.
* Try:
> Run gradle tasks to get a list of available tasks.
> For more on name expansion, please refer to https://docs.gradle.org/8.11/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle[Incubating] Problems report is available at: file:///Users/sheiberg/Documents/workspace/demo-622/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.11/userguide/command_line_interface.html#sec:command_line_warningg option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 648ms
s in the Gradle documentation.
| Error Command [s2-quickstart] error: Could not execute build using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-8.11-bin.zip'. (Use --stacktrace to see the full trace)
grails> quit
Version
6.2.2
The text was updated successfully, but these errors were encountered:
@matrei it's weird they show up though? why are they showing up under auto-complete? they were not removed properly?
I had added them back, but we haven't done a release yet. We need to do a 6.1.x release of of the plugin
codeconsole
changed the title
6.2.2 Wrapper Commands not working
6.2.2 Wrapper Commands not working - release of Spring Security 6.1.x branch required
Nov 22, 2024
add to
build.gradle
implementation "org.grails.plugins:spring-security-core:6.1.1"
Version
6.2.2
The text was updated successfully, but these errors were encountered: