Skip to content

Commit

Permalink
fix: gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 26, 2024
1 parent e3dcd8c commit ab603fd
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 162 deletions.
14 changes: 5 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
#idk
/out
*.iml
/.idea/
build/*
.gradle/*
!gradle/wrapper/gradle-wrapper.jar
bin/*
.vscode
# Compiled class file
*.class

Expand All @@ -30,3 +21,8 @@ bin/*

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Ignore other files
.gradle
.vscode
bin
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ dependencies {
implementation("org.json:json:20180813")
}

task wrapper(type: Wrapper) {
gradleVersion = '8.9.0'
}

jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
manifest {
Expand Down
7 changes: 4 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Fri Jul 26 17:48:17 CST 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit ab603fd

Please sign in to comment.