Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.2.2 Wrapper Commands not working - release of Spring Security 6.1.x branch required #13871

Open
codeconsole opened this issue Nov 22, 2024 · 2 comments
Assignees

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Nov 22, 2024

add to build.gradle

implementation "org.grails.plugins:spring-security-core:6.1.1"
 ./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

@matrei
Copy link
Contributor

matrei commented Nov 22, 2024

@codeconsole
Copy link
Contributor Author

@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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants