Browse Source

Merge pull request #105 from csmith/master

Change project names after parser group change.
pull/106/head
Greg Holmes 7 years ago
parent
commit
3823a8c057
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      settings.gradle

+ 4
- 0
settings.gradle View File

@@ -8,6 +8,10 @@ include 'parser:common'
8 8
 include 'parser:irc'
9 9
 include 'parser:xmpp'
10 10
 
11
+project(':parser:common').name = 'parser-common'
12
+project(':parser:irc').name = 'parser-irc'
13
+project(':parser:xmpp').name = 'parser-xmpp'
14
+
11 15
 // Include all of the plugin projects
12 16
 project(':plugins').projectDir.eachDir() { File dir ->
13 17
   if (new File(dir, "src").directory) {

Loading…
Cancel
Save