diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a6971e1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +insert_final_newline=true diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index 3ee18c8..2d27c23 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -5,10 +5,8 @@ - - @@ -18,30 +16,33 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,66 +51,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index ebf7053..555b0f6 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ final def semverProcessor = "net.thauvin.erik:semver:1.1.0-beta" mainClassName = packageName + '.Mobibot' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' -compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated") +compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java") repositories { mavenLocal() diff --git a/mobibot.ipr b/mobibot.ipr index 496499a..690d90b 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -151,8 +151,6 @@