make gradlew runnable
continuous-integration/drone/push Build is failing Details

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
1 changed files with 1 additions and 0 deletions

View File

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