mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 18:05:08 +08:00
Rewrite Java
recipe
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
! Config Authors: Aoran Zeng <ccmywish@qq.com>
|
||||
! Contributors : Nil Null <nil@null.org>
|
||||
! Created On : <2025-07-14>
|
||||
! Last Modified : <2025-07-14>
|
||||
! Last Modified : <2025-07-15>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
# rawstr4c input
|
||||
@@ -14,6 +14,35 @@
|
||||
- output = `:global-variable-only-header`
|
||||
- translate = `:oct`
|
||||
|
||||
|
||||
## Java
|
||||
|
||||
### maven config
|
||||
|
||||
```xml
|
||||
<mirror>
|
||||
<id>@1@</id>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
<name>@name@</name>
|
||||
<url>@url@</url>
|
||||
</mirror>
|
||||
```
|
||||
|
||||
|
||||
### build.gradle
|
||||
|
||||
```groovy
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url '@url@' }
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
## stackage
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user