1- def javaVersion = ' 1.7 ' ;
1+ def javaVersion = ' 1.8 ' ;
22def projectVersion = ' 0.9.0' ;
3- def jphpVersion = projectVersion + " -SNAPSHOT" ;
3+ def jphpVersion = " 0.9.0 -SNAPSHOT" ;
44
55rootProject. ext. jphpVersion = jphpVersion;
66
@@ -102,8 +102,8 @@ configure([
102102
103103project(' :jphp-gui-ext' ) {
104104 dependencies {
105- compile " org.develnext:jphp-runtime:$jphpVersion "
106- compile " org.develnext:jphp-xml-ext:$jphpVersion "
105+ compile " org.develnext.jphp :jphp-runtime:$jphpVersion "
106+ compile " org.develnext.jphp :jphp-xml-ext:$jphpVersion "
107107 }
108108}
109109
@@ -112,27 +112,27 @@ project(':jphp-game-ext') {
112112 compile ' org.dyn4j:dyn4j:3.2.1'
113113
114114 compile project(' :jphp-gui-ext' )
115- compile " org.develnext:jphp-runtime:$jphpVersion "
115+ compile " org.develnext.jphp :jphp-runtime:$jphpVersion "
116116 }
117117}
118118
119119project(' :jphp-desktop-ext' ) {
120120 dependencies {
121121 compile project(' :jphp-gui-ext' )
122- compile " org.develnext:jphp-runtime:$jphpVersion "
122+ compile " org.develnext.jphp :jphp-runtime:$jphpVersion "
123123 }
124124}
125125
126126project(' :jphp-parser' ) {
127127 dependencies {
128- compile " org.develnext:jphp-core:$jphpVersion "
128+ compile " org.develnext.jphp :jphp-core:$jphpVersion "
129129 }
130130}
131131
132132project(' :jphp-app-framework' ) {
133133 dependencies {
134134 compile project(' :jphp-gui-ext' )
135- compile " org.develnext:jphp-core:$jphpVersion "
135+ compile " org.develnext.jphp :jphp-core:$jphpVersion "
136136 }
137137}
138138
@@ -155,14 +155,14 @@ project(':develnext') {
155155 compile project(' :develnext-bundles/dn-jsoup-bundle' )
156156 compile project(' :develnext-bundles/dn-mail-bundle' )
157157
158- compile " org.develnext:jphp-xml-ext:$jphpVersion "
159- compile " org.develnext:jphp-json-ext:$jphpVersion "
160- compile " org.develnext:jphp-jsoup-ext:$jphpVersion "
161- compile " org.develnext:jphp-zend-ext:$jphpVersion "
162- compile " org.develnext:jphp-sql-ext:$jphpVersion "
163- compile " org.develnext:jphp-compress-ext:$jphpVersion "
164- compile " org.develnext:jphp-compress-ext:$jphpVersion "
165- compile " org.develnext:jphp-debugger:$jphpVersion "
158+ compile " org.develnext.jphp :jphp-xml-ext:$jphpVersion "
159+ compile " org.develnext.jphp :jphp-json-ext:$jphpVersion "
160+ compile " org.develnext.jphp :jphp-jsoup-ext:$jphpVersion "
161+ compile " org.develnext.jphp :jphp-zend-ext:$jphpVersion "
162+ compile " org.develnext.jphp :jphp-sql-ext:$jphpVersion "
163+ compile " org.develnext.jphp :jphp-compress-ext:$jphpVersion "
164+ compile " org.develnext.jphp :jphp-compress-ext:$jphpVersion "
165+ compile " org.develnext.jphp :jphp-debugger:$jphpVersion "
166166 }
167167}
168168
0 commit comments