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 b9e9455 commit 550fef4Copy full SHA for 550fef4
3 files changed
.github/workflows/cringe.yml
@@ -0,0 +1,20 @@
1
+name: cringe
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
8
9
+jobs:
10
+ gradle:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - uses: actions/setup-java@v3
15
+ with:
16
+ distribution: 'adopt'
17
+ java-version: 21
18
+ - uses: gradle/gradle-build-action@v2
19
20
+ arguments: classes
.gitignore
@@ -0,0 +1,3 @@
+.gradle
+.idea
+build
gradlew
100644
100755
0 commit comments