Skip to content

Commit e59f506

Browse files
author
samgarasx
committed
Update .gitignore to ignore Gradle files
1 parent 10ec227 commit e59f506

File tree

6 files changed

+5
-262
lines changed

6 files changed

+5
-262
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# IDE
22
.idea/
33

4+
# Gradle
5+
gradle/
6+
gradlew*
7+
48
# Build
59
build/
610
out/

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ subprojects {
4949
}
5050

5151
tasks.wrapper {
52-
distributionType = Wrapper.DistributionType.ALL
52+
gradleVersion = "7.1.1"
5353
}

gradle/wrapper/gradle-wrapper.jar

-53.9 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)