2022-08-05 07:52:49 -03: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"]