Skip to content

Commit

Permalink
Revert "created new repo with Se-Java sample tests"
Browse files Browse the repository at this point in the history
This reverts commit b99f6b8.
  • Loading branch information
anandbagmar committed Nov 28, 2024
1 parent b99f6b8 commit 832bc21
Show file tree
Hide file tree
Showing 34 changed files with 25,364 additions and 86 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Gradle

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1
with:
arguments: build --refresh-dependencies -x test
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
ext {
gradleVersion = '8.10'
junitVersion = '5.11.0'
applitoolsVersion = '5.72.0'
applitoolsImagesVersion = '5.72.0'
applitoolsVersion = '5.69.5'
applitoolsImagesVersion = '5.69.5'
pdfBoxVersion = '3.0.2'
cucumberJVMVersion = '7.18.1'
assertJVersion = "3.26.3"
Expand Down
Loading

0 comments on commit 832bc21

Please sign in to comment.