-
Notifications
You must be signed in to change notification settings - Fork 566
Expand file tree
/
Copy pathsettings.gradle
More file actions
78 lines (78 loc) · 2.92 KB
/
settings.gradle
File metadata and controls
78 lines (78 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
rootProject.name = 'xJavaFxTool'
include("xJavaFxTool")
include("xcore")
include("littleTools:x-EncryptAndDecrypt")
include("littleTools:x-ZHConverter")
include("littleTools:x-ImageTool")
include("littleTools:x-IconTool")
include("littleTools:x-PdfConvertTool")
include("littleTools:x-QRCodeBuilder")
include("littleTools:x-FileCopy")
include("littleTools:x-FileMergeTool")
include("littleTools:x-TimeTool")
include("littleTools:x-CharacterConverter")
include("littleTools:x-BookManageSystem")
include("littleTools:x-CoordinateTransformTool")
include("littleTools:x-ElementaryArithmeticProblemTool")
include("littleTools:x-CronExpBuilder")
include("littleTools:x-EmailTool")
include("littleTools:x-ExcelSplitTool")
include("littleTools:x-FileBuildTool")
include("littleTools:x-FileCompressTool")
include("littleTools:x-FileRenameTool")
include("littleTools:x-FileSearchTool")
include("littleTools:x-HdfsTool")
include("littleTools:x-ImageAnalysisTool")
include("littleTools:x-JavaService")
include("littleTools:x-LinuxPathToWindowsPath")
include("littleTools:x-Mp3ConvertTool")
include("littleTools:x-RelationshipCalculator")
include("littleTools:x-SealBuilderTool")
include("littleTools:x-SedentaryReminderTool")
include("littleTools:x-SmsTool")
include("littleTools:x-LiteappCode")
include("debugTools:x-CmdTool")
include("debugTools:x-ScanPortTool")
include("debugTools:x-SwitchHostsTool")
include("debugTools:x-SocketTool")
include("debugTools:x-ActiveMqTool")
include("debugTools:x-ExpressionParserTool")
include("debugTools:x-FtpClientTool")
include("debugTools:x-FtpServer")
include("debugTools:x-SftpServer")
include("debugTools:x-HbaseTool")
include("debugTools:x-HttpTool")
include("debugTools:x-KafkaTool")
//include("debugTools:x-KeyTool")
include("debugTools:x-RedisTool")
include("debugTools:x-ScriptEngineTool")
include("debugTools:x-ZookeeperTool")
include("codeTools:x-RegexTester")
include("codeTools:x-RandomGeneratorTool")
include("codeTools:x-IdCardGenerator")
include("codeTools:x-CharsetDetectTool")
include("codeTools:x-ColorCodeConverterTool")
include("codeTools:x-EscapeCharacter")
include("codeTools:x-FileUnicodeTransformationTool")
include("codeTools:x-WebSourcesTool")
include("developTools:x-AsciiPicTool")
include("developTools:x-JsonConvertTool")
include("developTools:x-ClipboardHistoryTool")
include("developTools:x-DirectoryTreeTool")
include("developTools:x-LuytenTool")
include("developTools:x-PathWatchTool")
include("assistTools:x-TextToSpeechTool")
include("assistTools:x-DecompilerWxApkgTool")
include("assistTools:x-IdiomDataTool")
include("assistTools:x-WechatJumpGameTool")
include("games:x-X2048")
include("games:x-BullsAndCowsGame")
include("games:x-Sudoku")
include("games:x-ChineseChess")
include("games:x-SnakeJavaFx")
include("games:x-pet")
include("javaFxTools:x-JavaFxXmlToObjectCode")
include("javaFxTools:x-ShowSystemInfo")
include("webTools:x-ShortURL")
include("netWorkTools:x-WebCronExpBuilder")
include("netWorkTools:x-WebJsonEditor")