jconlon / openfaas-java11-vert-4

0 stars 0 forks source link

faas-cli new does not create required artifacts #1

Open jconlon opened 3 years ago

jconlon commented 3 years ago
  1. gradle directory with jars
  2. gradlew executable
  3. template directory containg this java-vert-4 (Note: the standard template directory is downloaded in its place.
  4. .gitignore
jconlon commented 3 years ago

Workaround for now is to copy these from a working project:-(

jconlon commented 3 years ago

Example of .gitignore

.history
build
bin
build
.classpath
.project
.settings

### Java ###
*.class

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Gradle ###
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache