2022-01-19 22:38:12 +01:00

14 lines
255 B
YAML

packages:
- name: lib
type: generic
srcs:
- "**/*.java"
- "build.gradle"
- "gradle.properties"
- "gradle/wrapper/*"
- "gradlew"
- "settings.gradle"
config:
commands:
- ["./gradlew", "build"]