Skip to content

Commit

Permalink
start all sections closed, put the build file in its own section
Browse files Browse the repository at this point in the history
  • Loading branch information
austinarbor committed Sep 2, 2023
1 parent 2815932 commit 154b2e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ a version catalog from an external BOM.
This plugin is in alpha! Expect breaking changes until we reach a more stable state.

## Usage
<details open>
<details>
<summary>settings.gradle.kts</summary>

```kotlin
Expand Down Expand Up @@ -74,14 +74,15 @@ dependencyResolutionManagement {
}
```
</details>

build.gradle.kts
<details>
<summary>build.gradle.kts</summary>
```kotlin
// add your dependencies from the generated catalog
dependencies {
implementation(springLibs.boot.spring.boot.starter.jdbc)
}
```
</details>

## Goals

Expand Down

0 comments on commit 154b2e2

Please sign in to comment.