You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,32 +59,32 @@ See [CHANGELOG.md](CHANGELOG.md).
59
59
fritzbox.username = user
60
60
fritzbox.password = secret
61
61
```
62
-
2. Run example class [`TestDriver`](https://github.com/kaklakariada/fritzbox-java-api/blob/master/src/main/java/com/github/kaklakariada/fritzbox/TestDriver.java).
62
+
2. Run example class [`TestDriver`](https://github.com/kaklakariada/fritzbox-java-api/blob/main/src/main/java/com/github/kaklakariada/fritzbox/TestDriver.java).
63
63
64
64
## Development
65
65
66
66
### Generate / update license header
67
67
68
-
```bash
68
+
```sh
69
69
./gradlew licenseFormat
70
70
```
71
71
72
72
### Check if dependencies are up-to-date
73
73
74
-
```bash
74
+
```sh
75
75
./gradlew dependencyUpdates
76
76
```
77
77
78
78
### Check dependencies for vulnerabilities
79
79
80
-
```bash
80
+
```sh
81
81
./gradlew ossIndexAudit
82
82
```
83
83
84
84
### Building
85
85
86
86
Install to local maven repository:
87
-
```bash
87
+
```sh
88
88
./gradlew clean publishToMavenLocal
89
89
```
90
90
@@ -102,11 +102,18 @@ Install to local maven repository:
102
102
```
103
103
104
104
2. Increment version number in `build.gradle` and `README.md`, update [CHANGELOG.md](CHANGELOG.md), commit and push.
0 commit comments