diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 1a2dd7e..b9b5754 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -15,14 +15,15 @@ - + + @@ -33,6 +34,7 @@ + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 2d7a16d..b0b736d 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -9,6 +9,7 @@ + diff --git a/LiveRecordModule/pom.xml b/LiveRecordModule/pom.xml new file mode 100644 index 0000000..6353ecf --- /dev/null +++ b/LiveRecordModule/pom.xml @@ -0,0 +1,20 @@ + + + + ChopperBot + org.example + 1.0-SNAPSHOT + + 4.0.0 + + LiveRecordModule + + + 11 + 11 + UTF-8 + + + diff --git a/pom.xml b/pom.xml index 9e11714..65704c9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ PublishModule console common + LiveRecordModule pom