Skip to content

Commit

Permalink
Remove buildscript dependencies
Browse files Browse the repository at this point in the history
Remove artifactory gradle plugin
Remove bintray gradle plugin
Remove http-builder dependency
  • Loading branch information
ynojima committed Jul 25, 2024
1 parent 4e2efb7 commit 1ab38c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ buildscript {
springBootVersion = '3.3.1'
sonarqubeVersion = '5.1.0.4882'
asciidoctorGradleVersion = "4.0.2"
artifactoryVersion = '5.2.3'
bintrayVersion = '1.8.5'
httpBuilderVersion = '0.7.2'

//Libraries
webauthn4jVersion = '0.25.0.RELEASE'
Expand Down Expand Up @@ -56,15 +53,11 @@ buildscript {
classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:$sonarqubeVersion")
classpath("org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradleVersion")
classpath("org.jfrog.buildinfo:build-info-extractor-gradle:$artifactoryVersion")
classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:$bintrayVersion")
classpath("org.codehaus.groovy.modules.http-builder:http-builder:$httpBuilderVersion")
}

}

apply plugin: 'org.sonarqube'
apply plugin: 'com.jfrog.artifactory'
apply plugin: 'org.asciidoctor.jvm.convert'


Expand Down

0 comments on commit 1ab38c3

Please sign in to comment.