fixed build

Project: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/commit/1feff2e8
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/tree/1feff2e8
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/diff/1feff2e8

Branch: refs/heads/master
Commit: 1feff2e829a4ab927767dd75805978b6eff54a10
Parents: 135cf8a
Author: Frank Greguska <[email protected]>
Authored: Mon Jan 22 15:35:11 2018 -0800
Committer: Frank Greguska <[email protected]>
Committed: Mon Jan 22 15:35:11 2018 -0800

----------------------------------------------------------------------
 .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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/blob/1feff2e8/.idea/modules/nexusproto_main.iml
----------------------------------------------------------------------
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 />

http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/blob/1feff2e8/.idea/modules/nexusproto_test.iml
----------------------------------------------------------------------
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 />

http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/blob/1feff2e8/build.gradle
----------------------------------------------------------------------
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 {

http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/blob/1feff2e8/gradle.properties
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexusproto/blob/1feff2e8/nexusproto.iml
----------------------------------------------------------------------
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$">

Reply via email to