Skip to content

Commit

Permalink
add BUILD_NUMBER env - fix issue with downloading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL authored Jul 27, 2024
1 parent 6b87e97 commit 6f6036b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: jdk21

on:
Expand All @@ -9,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
BUILD_NUMBER: 999999

jobs:
build:

Expand Down

0 comments on commit 6f6036b

Please sign in to comment.