From 49de3f04415b6587ef400bc609940d5fe335bbce Mon Sep 17 00:00:00 2001 From: Vasu P Date: Tue, 25 Nov 2025 19:45:34 +0100 Subject: [PATCH] Updated Java version from 1.6 to 1.8 in pom.xml --- .gitignore | 10 ++++++++++ pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..72ffe53 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,13 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +target/ +*.class +*.jar +*.war +.idea/ +*.iml +.settings/ +.classpath +.project diff --git a/pom.xml b/pom.xml index 3cab62f..f4b9555 100644 --- a/pom.xml +++ b/pom.xml @@ -8,8 +8,8 @@ CucumberBasics 1.0-SNAPSHOT - 1.6 - 1.6 + 1.8 + 1.8