Git Product home page Git Product logo

Comments (6)

loosebazooka avatar loosebazooka commented on August 15, 2024

from gradle-appengine-plugin.

wmacgyver avatar wmacgyver commented on August 15, 2024

@loosebazooka there have been times that I use framework that pulls in jetty embedded server. so the final deploy to GAE I end up with WEB-INF/lib/jetty-http-9.3.6.v20151106.jar etc etc

which is of course not useful on GAE. I can exclude them in the dep block.

but I wasn't sure if there is another way

from gradle-appengine-plugin.

loosebazooka avatar loosebazooka commented on August 15, 2024

If you don't need it at any point during your development, I would probably just put it in the exclude of the dependency.

There are some standard gradle exclusion techniques when generating the war which don't put the jar in the war/lib directory as see in this question : http://stackoverflow.com/questions/20707543/gradle-how-to-exclude-jar-from-a-war

But there's no appengine deployment specific exclusion mechanisms.

from gradle-appengine-plugin.

wmacgyver avatar wmacgyver commented on August 15, 2024

oh, I didn't realize the plugin extends the war task. yea, I can just exclude it using war task way.

thank you!

from gradle-appengine-plugin.

loosebazooka avatar loosebazooka commented on August 15, 2024

okay, I'm going to close this issue

from gradle-appengine-plugin.

wmacgyver avatar wmacgyver commented on August 15, 2024

@loosebazooka thank you very much for your help. I just tried it using war exclude, was able to verify in both build/exploded-app/WEB-INF/lib/

and also the final deployed appengine artifact that the exclusion worked

from gradle-appengine-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.