File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ checkstyleMain {
70
70
71
71
forbiddenApisMain {
72
72
excludes = [
73
- ' **/AnalysisHanLPPlugin.class' ,
74
- ' **/PorterStemmer.class' ,
75
- ' **/RemoteDictConfig.class' ,
76
- ' **/DictionaryFileCache.class' ,
77
- ' **/ExtMonitor.class' ,
78
- ' **/model/*.class' ,
79
- ' **/CoreStopWordDictionary.class'
73
+ ' **/AnalysisHanLPPlugin.class' ,
74
+ ' **/PorterStemmer.class' ,
75
+ ' **/RemoteDictConfig.class' ,
76
+ ' **/DictionaryFileCache.class' ,
77
+ ' **/ExtMonitor.class' ,
78
+ ' **/model/*.class' ,
79
+ ' **/CoreStopWordDictionary.class'
80
80
]
81
81
}
82
82
@@ -100,12 +100,12 @@ validateNebulaPom {
100
100
validateNebulaPom. enabled = false
101
101
}
102
102
103
- test {
104
- systemProperty ' tests.security.manager ' , ' false'
103
+ loggerUsageCheck {
104
+ loggerUsageCheck . enabled = false
105
105
}
106
106
107
- integTest {
108
- integTest . enabled = false
107
+ test {
108
+ systemProperty ' tests.security.manager ' , ' false'
109
109
}
110
110
111
111
testingConventions {
You can’t perform that action at this time.
0 commit comments