Skip to content

Commit

Permalink
fix: build禁用loggerUsageCheck,删除integTest
Browse files Browse the repository at this point in the history
  • Loading branch information
haokai committed Feb 5, 2021
1 parent 3f4e07d commit 35c62c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ checkstyleMain {

forbiddenApisMain {
excludes = [
'**/AnalysisHanLPPlugin.class',
'**/PorterStemmer.class',
'**/RemoteDictConfig.class',
'**/DictionaryFileCache.class',
'**/ExtMonitor.class',
'**/model/*.class',
'**/CoreStopWordDictionary.class'
'**/AnalysisHanLPPlugin.class',
'**/PorterStemmer.class',
'**/RemoteDictConfig.class',
'**/DictionaryFileCache.class',
'**/ExtMonitor.class',
'**/model/*.class',
'**/CoreStopWordDictionary.class'
]
}

Expand All @@ -100,12 +100,12 @@ validateNebulaPom {
validateNebulaPom.enabled = false
}

test {
systemProperty 'tests.security.manager', 'false'
loggerUsageCheck {
loggerUsageCheck.enabled = false
}

integTest {
integTest.enabled = false
test {
systemProperty 'tests.security.manager', 'false'
}

testingConventions {
Expand Down

0 comments on commit 35c62c5

Please sign in to comment.