Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix java8 template to support resources #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2018

  1. Fix java8 template to support resources

    With this change all resources within function's
    `src/main/resources` will be added to function.jar. Before that
    they used to be omited. The distribution, created after `gradle
    build` was modifying the jars, excluding all resources. Fixed
    that by deleting this distribution and creating a controlled one
    with `gradle distZip`
    
    Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
    ivanayov committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    27b2e10 View commit details
    Browse the repository at this point in the history