forked from deenu713/MyLuaApp-Build-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0467ef9
commit 1e686f7
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|