8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499d7d commit b0ea921Copy full SHA for b0ea921
.github/workflows/workflow.yml
@@ -1,11 +1,11 @@
1
name: GradleCI
2
3
-on:
4
- push:
5
- branches: [ githubactions ]
6
- pull_request:
7
8
-# on: [push, pull_request]
+# on:
+# push:
+# branches: [ githubactions ]
+# pull_request:
+on: [push, pull_request]
9
10
jobs:
11
build:
app5/build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'eclipse'
18
apply plugin: 'org.springframework.boot'
19
apply plugin: 'io.spring.dependency-management'
20
21
-group = 'com.jojoldu'
+group = 'foo'
22
version = '0.0.1-SNAPSHOT'
23
sourceCompatibility = 1.8
24
0 commit comments