Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

.idea/
/tmp/
7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dependencies {
implementation group: 'com.vdurmont', name: 'emoji-java', version: '5.1.1'
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
implementation 'io.vavr:vavr:0.10.4'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.14.0'
implementation 'com.github.Alan19:Velen:3e73a4b331'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.36.0.3'
implementation 'org.jgrapht:jgrapht-jdk1.5:0.7.3'
implementation 'com.io7m.jgrapht:jgrapht-guava:1.2.1-MODULARIZED'
implementation 'org.slf4j:slf4j-simple:2.0.18'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.26.1'
}

distZip {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
269 changes: 164 additions & 105 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading