Skip to content

Commit

Permalink
♻️ Remove redis utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-rs committed Jun 6, 2023
1 parent 9a88509 commit 293a2f5
Show file tree
Hide file tree
Showing 26 changed files with 62 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: "com.github.johnrengelman.shadow"

version = '1.3.2'
version = '1.3.3'
group = 'io.github.nullptr'

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 0 additions & 6 deletions redis/build.gradle

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions redis/src/main/java/io/github/nullptr/tools/redis/Test.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 293a2f5

Please sign in to comment.