diff --git a/README.MD b/README.MD index 077c7ff..62390ec 100644 --- a/README.MD +++ b/README.MD @@ -1,15 +1,15 @@ -## MyLuaApp-Build-Core - -这是基于gradle7.2的,对gradle进行移植的项目。 -目标是能够以最小化的gradle集成到android设备上,并提供介于原版MyLuaApp构建服务和原版Gradle上构建服务的服务支持。 -目前该项目初步支持运行起来了基本的gradle(仅在ide的测试环境里) +# MyLuaApp-Build-Core This is a project for portable build of gradle based on gradle 7.2. The target is to be implemented on android devices with minimal gradle integration, and to provide support for services between the original MyLuaApp build service and the original Gradle build service. -The project currently has basic gradle support running initially (only in ide's testing context) - -### todo - - [ ] 精简gradle - - [ ] 能够在android上运行(包括groovy) +The project can now run gradle's most basic tasks on android devices, such as `help` tasks + +## TODO + - [ ] Simplify the code of gradle + - [x] Running groovy scripts in android (See [#1](https://github.com/dingyi222666/GroovyInAndroid)) + - [x] Run gradle help tasks in android + - [ ] Run gradle java plugin in android + - [ ] Generate project model for project based on gradle + - [ ] Reimplement an android gradle plugin for this ported gradle