This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch SDAP-48 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexusproto.git
commit 1feff2e829a4ab927767dd75805978b6eff54a10 Author: Frank Greguska <[email protected]> AuthorDate: Mon Jan 22 15:35:11 2018 -0800 fixed build --- .idea/modules/nexusproto_main.iml | 2 +- .idea/modules/nexusproto_test.iml | 2 +- build.gradle | 5 +++++ gradle.properties | 3 --- nexusproto.iml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.idea/modules/nexusproto_main.iml b/.idea/modules/nexusproto_main.iml index 403cc46..12775aa 100644 --- a/.idea/modules/nexusproto_main.iml +++ b/.idea/modules/nexusproto_main.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="'org.apache.sdap'" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> <output url="file://$MODULE_DIR$/../../out/production/classes" /> <exclude-output /> diff --git a/.idea/modules/nexusproto_test.iml b/.idea/modules/nexusproto_test.iml index c80b72c..a6b7517 100644 --- a/.idea/modules/nexusproto_test.iml +++ b/.idea/modules/nexusproto_test.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="'org.apache.sdap'" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.type="sourceSet" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8"> <output-test url="file://$MODULE_DIR$/../../out/test/classes" /> <exclude-output /> diff --git a/build.gradle b/build.gradle index 8265730..74dc927 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,13 @@ plugins { id 'net.researchgate.release' version '2.6.0' } +group = "org.apache.sdap" +version= "1.0.1-SNAPSHOT" +sourceCompatibility = "1.8" + repositories { mavenCentral() + mavenLocal() } ext { diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index bce49ec..0000000 --- a/gradle.properties +++ /dev/null @@ -1,3 +0,0 @@ -group = 'org.apache.sdap' -version=1.0.1-SNAPSHOT -sourceCompatibility = 1.8 \ No newline at end of file diff --git a/nexusproto.iml b/nexusproto.iml index fd86645..1b52373 100644 --- a/nexusproto.iml +++ b/nexusproto.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="nexusproto" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="'org.apache.sdap'" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="nexusproto" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="org.apache.sdap" external.system.module.version="1.0.1-SNAPSHOT" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$">
