8000 remove group · githubfoam/gradle-pipeline@b0ea921 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0ea921

Browse files
committed
remove group
1 parent 8499d7d commit b0ea921

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: GradleCI
22

3-
on:
4-
push:
5-
branches: [ githubactions ]
6-
pull_request:
7-
branches: [ githubactions ]
8-
# on: [push, pull_request]
3+
# on:
4+
# push:
5+
# branches: [ githubactions ]
6+
# pull_request:
7+
# branches: [ githubactions ]
8+
on: [push, pull_request]
99

1010
jobs:
1111
build:

app5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'eclipse'
1818
apply plugin: 'org.springframework.boot'
1919
apply plugin: 'io.spring.dependency-management'
2020

21-
group = 'com.jojoldu'
21+
group = 'foo'
2222
version = '0.0.1-SNAPSHOT'
2323
sourceCompatibility = 1.8
2424

0 commit comments

Comments
 (0)
0