Advertisement
Anston06

Java GI spice glib build error

Apr 2nd, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | Software | 0 0
  1. > Task :buildSrc:compileJava
  2. Note: /home/asorensen/java-gi/buildSrc/src/main/java/io/github/jwharm/javagi/gir/Field.java uses or overrides a deprecated API.
  3. Note: Recompile with -Xlint:deprecation for details.
  4. Note: Some input files use preview features of Java SE 21.
  5. Note: Recompile with -Xlint:preview for details.
  6.  
  7. > Task :spiceclientglib:generateSources FAILED
  8.  
  9. FAILURE: Build failed with an exception.
  10.  
  11. * What went wrong:
  12. Execution failed for task ':spiceclientglib:generateSources'.
  13. > Cannot invoke "io.github.jwharm.javagi.gir.RegisteredType.name()" because "type" is null
  14.  
  15. * Try:
  16. > Run with --stacktrace option to get the stack trace.
  17. > Run with --info or --debug option to get more log output.
  18. > Run with --scan to get full insights.
  19. > Get more help at https://help.gradle.org.
  20.  
  21. BUILD FAILED in 20s
  22. 46 actionable tasks: 44 executed, 2 from cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement