From bef6962c8e77495cc4e63f7d4b2c58bbe74f7d4b Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:23:09 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-13.yml --- .github/workflows/azure-pipelines-13.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-13.yml diff --git a/.github/workflows/azure-pipelines-13.yml b/.github/workflows/azure-pipelines-13.yml deleted file mode 100644 index e10d2f46..00000000 --- a/.github/workflows/azure-pipelines-13.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Gradle -# Build your Java project and run tests with Gradle using a Gradle wrapper script. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/java - -trigger: -- main - -pool: - vmImage: ubuntu-latest - -steps: -- task: Gradle@2 - inputs: - workingDirectory: '' - gradleWrapperFile: 'gradlew' - gradleOptions: '-Xmx3072m' - javaHomeOption: 'JDKVersion' - jdkVersionOption: '1.8' - jdkArchitectureOption: 'x64' - publishJUnitResults: true - testResultsFiles: '**/TEST-*.xml' - tasks: 'build'