Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyi222666 committed Jun 20, 2022
1 parent 0467ef9 commit 1e686f7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 1e686f7

Please sign in to comment.