From b72f3f1b6af027b45fd87eba0c2a3cd803176cb1 Mon Sep 17 00:00:00 2001 From: Stanislav Nowogrudski Date: Tue, 18 Oct 2022 12:32:52 +0200 Subject: [PATCH] bumped to maven:3.8.2-openjdk-17 because it works on ubuntu hosts --- scm/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/.drone.yml b/scm/.drone.yml index e5e8bde..c3fb465 100644 --- a/scm/.drone.yml +++ b/scm/.drone.yml @@ -5,7 +5,7 @@ steps: - commands: - "mvn clean test" - image: "maven:3-openjdk-18" + image: "maven:3.8.2-openjdk-17" name: test - image: appleboy/drone-telegram