Skip to content

Commit 93f3512

Browse files
committed
[MOVE] ALl project files to root
1 parent d030be8 commit 93f3512

File tree

17 files changed

+44
-68
lines changed

17 files changed

+44
-68
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
java-version: '19'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
32+
uses: ./gradlew build
3333
with:
3434
arguments: build

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,46 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424
replay_pid*
25+
26+
.gradle
27+
build/
28+
!gradle/wrapper/gradle-wrapper.jar
29+
!**/src/main/**/build/
30+
!**/src/test/**/build/
31+
32+
### IntelliJ IDEA ###
33+
.idea/modules.xml
34+
.idea/jarRepositories.xml
35+
.idea/compiler.xml
36+
.idea/libraries/
37+
*.iws
38+
*.iml
39+
*.ipr
40+
out/
41+
!**/src/main/**/out/
42+
!**/src/test/**/out/
43+
44+
### Eclipse ###
45+
.apt_generated
46+
.classpath
47+
.factorypath
48+
.project
49+
.settings
50+
.springBeans
51+
.sts4-cache
52+
bin/
53+
!**/src/main/**/bin/
54+
!**/src/test/**/bin/
55+
56+
### NetBeans ###
57+
/nbproject/private/
58+
/nbbuild/
59+
/dist/
60+
/nbdist/
61+
/.nb-gradle/
62+
63+
### VS Code ###
64+
.vscode/
65+
66+
### Mac OS ###
67+
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)