supersaiyansubtlety

cmder gradlew.bat genSources

Oct 23rd, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. C:\Users\super\Projects\Fabric_Mods\dynamic_tags (master -> origin)
  2. λ gradlew.bat genSources
  3.  
  4. Welcome to Gradle 6.3!
  5.  
  6. Here are the highlights of this release:
  7. - Java 14 support
  8. - Improved error messages for unexpected failures
  9.  
  10. For more details see https://docs.gradle.org/6.3/release-notes.html
  11.  
  12. Starting a Gradle Daemon, 5 busy and 16 incompatible Daemons could not be reused, use --status for details
  13.  
  14. > Configure project :
  15. Fabric Loom: 0.2.7-SNAPSHOT Build(jenkins #40)
  16. :setting up loom dependencies
  17. :setting up mappings (yarn 1.16.2+build.25)
  18.  
  19. FAILURE: Build failed with an exception.
  20.  
  21. * Where:
  22. Build file 'C:\Users\super\Projects\Fabric_Mods\dynamic_tags\build.gradle' line: 42
  23.  
  24. * What went wrong:
  25. A problem occurred evaluating root project 'dynamic_tags'.
  26. > No signature of method: build_63xohus7alyn63q55b42ryto.minecraft() is applicable for argument types: (build_63xohus7alyn63q55b42ryto$_run_closure3) values: [build_63xohus7alyn63q55b42ryto$_run_closure3@136c1c7]
  27.  
  28. * Try:
  29. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  30.  
  31. * Get more help at https://help.gradle.org
  32.  
  33. BUILD FAILED in 8s
Add Comment
Please, Sign In to add comment