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

Upgrade to Gradle 8.7 #208

Closed
rwinch opened this issue May 29, 2024 · 1 comment
Closed

Upgrade to Gradle 8.7 #208

rwinch opened this issue May 29, 2024 · 1 comment

Comments

@rwinch
Copy link
Member

rwinch commented May 29, 2024

No description provided.

@rwinch rwinch added this to the 2.1.0 milestone May 29, 2024
@rwinch rwinch self-assigned this May 29, 2024
@rwinch rwinch closed this as completed in 7777f79 May 29, 2024
rwinch added a commit that referenced this issue May 30, 2024
@rwinch
Copy link
Member Author

rwinch commented May 30, 2024

After updating with the first commit, the build started reporting the following error:

> Task :artifactoryDeploy

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':spring-security-kerberos-client:signMavenJavaPublication' (type 'Sign').
  - In plugin 'org.gradle.plugins.signing.SigningPlugin$Inject' type 'org.gradle.plugins.signing.Sign' property 'generatorsByKey./home/runner/work/spring-security-kerberos/spring-security-kerberos/spring-security-kerberos-client/build/classes/java/main.toSign' file '/home/runner/work/spring-security-kerberos/spring-security-kerberos/spring-security-kerberos-client/build/classes/java/main' is not a file.
    
    Reason: Expected an input to be a file but it was a directory.
    
    Possible solutions:
      1. Use a file as an input.
      2. Declare the input as a directory instead.
    
    For more information, please refer to https://docs.gradle.org/8.7/userguide/validation_problems.html#unexpected_input_file_type in the Gradle documentation.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org./

BUILD FAILED in 1m 15s

This seems to be a duplicate of spring-projects/spring-statemachine#1145 so 3759aab applies the same changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant