mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Test database v6 -> v7 migration (finally!)
This commit is contained in:
@@ -22,15 +22,6 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
}
|
||||
sonarqube {
|
||||
properties {
|
||||
property 'sonar.host.url', '#{sonar.host.url}'
|
||||
property 'sonar.login', '#{sonar.login}'
|
||||
property 'sonar.organization', '#{sonar.organization}'
|
||||
property 'sonar.projectKey', '#{sonar.projectkey}'
|
||||
property 'sonar.branch', 'master'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
Reference in New Issue
Block a user