Skip to content

Commit

Permalink
fix: Remove broken Sonatype plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo committed Dec 20, 2021
1 parent 5f94984 commit 41e86a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ buildscript {
}
}

plugins {
id 'org.sonarqube' version '2.7'
}

sonarqube {
properties {
property 'sonar.projectName', 'Android'
property 'sonar.projectKey', 'Android'
property 'sonar.modules', 'android-core,android-kit-base'
}
}

allprojects {
group = 'com.mparticle'
version = '5.33.1-SNAPSHOT'
Expand Down

0 comments on commit 41e86a1

Please sign in to comment.