Posted August 30, 201510 yr is there an annotation I can use to mark a class (or maybe even a method in a class?) so gradle will not include it in the output jar files? or maybe some gradle razzamafoo I can do inside build.gradle to achieve that? thanks. WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons
August 30, 201510 yr Author Nice. it can't be done annotating the class though? WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons
August 30, 201510 yr Author I will use the first solution. the annotation is beyond me thanks! WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons
August 30, 201510 yr Author one last thing can I exclude a whole package? like compileJava { exclude 'com/mymod/tests/' } WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons
August 30, 201510 yr You can use compileJava { exclude 'com/mymod/test/*.java } Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
August 30, 201510 yr one last thing can I exclude a whole package? like compileJava { exclude 'com/mymod/tests/' } exclude 'com/mymod/tests/**' Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 30, 201510 yr Author thanks guys. I wish I knew that language gradle uses better. I just copy paste stuff... It would be better if it would use a language more similar to java. Zen Scripts are scripts but are completely clear to anyone familiar with a C++ descendant WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons
August 30, 201510 yr Gradle is based on Groovy which runs on the JVM, so anything you can do in Java you can do in Groovy. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
August 30, 201510 yr Gradle is based on Groovy which runs on the JVM, so anything you can do in Java you can do in Groovy. *Giggle* Groovy's site says that Groovy has a "flat learning curve" and if they knew what a learning curve actually was, they'd realize that "flat" is not how to describe a curve. Or more specifically, that it's a function f(x) where x is the number of minutes spent and f(x) is skill obtained. A flat result from f(x) means that it's never approaching 1, aka mastery. http://english.stackexchange.com/questions/6209/what-is-meant-by-steep-learning-curve/6226#6226 They should have used the phrase "easy to learn." Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.