Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
- Atualizei a gradle
- Atualizei algumas deps para tornar mais leve a .jar
- Diversas melhorias/adaptações no code
- Agora ele aceita até 999 CPS Xd
- Tentativa de autodelete no arquivo prefetch que é gerado
  • Loading branch information
thiagogebrimm committed Aug 17, 2023
1 parent ef96238 commit acd3af2
Show file tree
Hide file tree
Showing 14 changed files with 721 additions and 888 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ignore Gradle project-specific cache directory
.gradle
gradlew.bat
gradlew

# Ignore Gradle build output directory
build
2 changes: 1 addition & 1 deletion .idea/compiler.xml

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

2 changes: 1 addition & 1 deletion .idea/misc.xml

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

7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ repositories {
}

dependencies {
implementation 'org.pushing-pixels:trident:1.2'
implementation 'org.pushing-pixels:radiance-animation:6.5.0'
implementation 'com.github.kwhat:jnativehook:2.2.2'
implementation 'com.apple:AppleJavaExtensions:1.4'
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
}

shadowJar {
Expand All @@ -41,9 +43,6 @@ jar {
}
}

sourceCompatibility = '1.8'
targetCompatibility = '1.8'

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
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-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit acd3af2

Please sign in to comment.