make gradlew runnable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2020-10-21 01:22:43 +02:00
parent e5029c1b3f
commit 414e71f3ae
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -14,6 +14,7 @@ steps:
- name: build_application
image: openjdk:11-jdk
commands:
- chmod +x gradlew
- ./gradlew build -x test
- name: kaniko