Jump to content

how not to include a class into the resulting jar when building with gradle?


kauan99

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.