File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,9 +296,7 @@ pom_file(
296296 "PACKAGE_NAME" : "CEL Java Runtime for Android" ,
297297 "PACKAGE_DESC" : "Common Expression Language Lite Runtime for Java (Suitable for Android)" ,
298298 },
299- targets = [
300- ":cel_common" ,
301- ] + LITE_RUNTIME_TARGETS ,
299+ targets = LITE_RUNTIME_TARGETS ,
302300 template_file = "pom_template.xml" ,
303301)
304302
@@ -308,7 +306,5 @@ java_export(
308306 javadocopts = JAVA_DOC_OPTIONS ,
309307 maven_coordinates = "dev.cel:runtime-android:%s" % CEL_VERSION ,
310308 pom_template = ":cel_runtime_android_pom" ,
311- exports = [
312- ":cel_common" ,
313- ] + LITE_RUNTIME_TARGETS ,
309+ exports = LITE_RUNTIME_TARGETS ,
314310)
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414"""Maven artifact version for CEL."""
15- CEL_VERSION = "0.11.1 "
15+ CEL_VERSION = "0.12.0-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments