Skip to content

Commit 7973b80

Browse files
authored
Update maven.yml
emulate pro build - we don't need download deps
1 parent 746d2df commit 7973b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a Java project with Maven
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
41
name: jdk21
52

63
on:
@@ -9,6 +6,9 @@ on:
96
pull_request:
107
branches: [ master ]
118

9+
env:
10+
BUILD_NUMBER: 999999
11+
1212
jobs:
1313
build:
1414

0 commit comments

Comments
 (0)