Skip to content

Commit

Permalink
Atualização de algumas libs do projeto e upgrade da versão do gradle …
Browse files Browse the repository at this point in the history
…para 7.0.2
  • Loading branch information
algarves committed Jan 22, 2022
1 parent 519ffdc commit 1a8463a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jar {
}

repositories {
mavenLocal()
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -43,8 +41,8 @@ dependencies {
implementation group: 'org.jsoup', name: 'jsoup', version: '1.13.+'

// Log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.+'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.+'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.+'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.+'

// Lombok
compileOnly 'org.projectlombok:lombok:1.18.+'
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-6.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1a8463a

Please sign in to comment.