Skip to content

Commit 51558cc

Browse files
committed
add maven publish instructions to readme
1 parent bdf9c76 commit 51558cc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,27 @@ almostgradle.setup {
163163
}
164164
```
165165

166+
## Maven Publish
167+
168+
This features enables Maven publishing of the project's artifacts. By default, this only publishes to Maven local.
169+
170+
Artifacts include the built JAR, the source JAR if [source JAR](#sources-jar) is enabled, and the API JAR if
171+
[API JAR](#api-jar) is enabled.
172+
173+
### Defaults:
174+
175+
Enabled: `false`
176+
177+
### Configuration:
178+
179+
This feature can be enabled in the `setup` block.
180+
181+
```kts
182+
almostgradle.setup {
183+
mavenPublish = true
184+
}
185+
```
186+
166187
## Access Transformer Validation
167188

168189
This feature enables the validation of [access transformers]. Validation includes several checks, such as checking

0 commit comments

Comments
 (0)