Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit d40a0d2

Browse files
committed
Migrate to Maven xd
1 parent c1f4b7b commit d40a0d2

File tree

8 files changed

+131
-393
lines changed

8 files changed

+131
-393
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# These are explicitly windows files and should use crlf
5+
*.bat text eol=crlf
6+

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,9 @@ buildNumber.properties
112112

113113
# Common working directory
114114
run/
115+
116+
# Ignore Gradle project-specific cache directory
117+
.gradle
118+
119+
# Ignore Gradle build output directory
120+
build

build.gradle

Lines changed: 0 additions & 58 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

gradlew

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)