Skip to content

Commit

Permalink
Get rid of jfrog plugins (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
xnull authored Jun 23, 2023
1 parent 798ac78 commit ac99c9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion universe/universe-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
id("com.github.spotbugs") version "3.0.0"
id("jacoco")
id("maven-publish")
id("com.jfrog.artifactory") version "4.18.0"
}

val gradleScriptDir = "${rootDir.parent}/gradle"
Expand Down
1 change: 0 additions & 1 deletion universe/universe-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
id("com.github.spotbugs") version "3.0.0"
id("jacoco")
id("maven-publish")
id("com.jfrog.artifactory") version "4.18.0"
}

val gradleScriptDir = "${rootDir.parent}/gradle"
Expand Down

0 comments on commit ac99c9a

Please sign in to comment.