From 8bd286889840d221afebe45965daaf56762dd1ca Mon Sep 17 00:00:00 2001
From: Bhautik Bavadiya <63995315+yesbhautik@users.noreply.github.com>
Date: Tue, 23 Apr 2024 10:54:32 +0530
Subject: [PATCH] Delete .github/workflows/ant.yml

---
 .github/workflows/ant.yml | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 .github/workflows/ant.yml

diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
deleted file mode 100644
index 78480e0..0000000
--- a/.github/workflows/ant.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# This workflow will build a Java project with Ant
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant
-
-name: Java CI
-
-on:
-  push:
-    branches: [ "main" ]
-  pull_request:
-    branches: [ "main" ]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v3
-    - name: Set up JDK 11
-      uses: actions/setup-java@v3
-      with:
-        java-version: '11'
-        distribution: 'temurin'
-    - name: Build with Ant
-      run: ant -noinput -buildfile build.xml