Skip to content

Commit 7739caf

Browse files
Bump examples and badges to 2025.1.1 (#491)
Bump versions from 2024.3.0 to 2025.1.1. Co-authored-by: Gabriel Féo <gabriel@gabrielfeo.com>
1 parent 3944332 commit 7739caf

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Develocity API Kotlin
22

3-
[![Maven Central](https://img.shields.io/badge/Maven%20Central-2024.3.0-blue)][14]
4-
[![Javadoc](https://img.shields.io/badge/Javadoc-2024.3.0-orange)][7]
3+
[![Maven Central](https://img.shields.io/badge/Maven%20Central-2025.1.1-blue)][14]
4+
[![Javadoc](https://img.shields.io/badge/Javadoc-2025.1.1-orange)][7]
55

66
(formerly `gradle-enterprise-api-kotlin`)
77

@@ -61,7 +61,7 @@ Refer to the Develocity [Gradle Plugin User Manual][37] or [Maven Extension User
6161

6262
```
6363
%useLatestDescriptors
64-
%use develocity-api-kotlin(version=2024.3.0)
64+
%use develocity-api-kotlin(version=2025.1.1)
6565
```
6666

6767
</details>
@@ -70,7 +70,7 @@ Refer to the Develocity [Gradle Plugin User Manual][37] or [Maven Extension User
7070
<summary>Add to a Kotlin script</summary>
7171

7272
```kotlin
73-
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
73+
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
7474
```
7575

7676
</details>
@@ -80,7 +80,7 @@ Refer to the Develocity [Gradle Plugin User Manual][37] or [Maven Extension User
8080

8181
```kotlin
8282
dependencies {
83-
implementation("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
83+
implementation("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
8484
}
8585
```
8686

@@ -237,7 +237,7 @@ For general discussions or questions, feel free to reach out to maintainers on t
237237
[11]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-develocity-api/shutdown.html
238238
[12]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-config/-cache-config/cache-enabled.html
239239
[13]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-config/-cache-config/index.html
240-
[14]: https://central.sonatype.com/artifact/com.gabrielfeo/develocity-api-kotlin/2024.3.0
240+
[14]: https://central.sonatype.com/artifact/com.gabrielfeo/develocity-api-kotlin/2025.1.1
241241
[16]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-config/server.html
242242
[17]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-config/access-key.html
243243
[18]: https://gabrielfeo.github.io/develocity-api-kotlin/library/com.gabrielfeo.develocity.api/-builds-api/index.html

docs/Logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Then set the log level for `com.gabrielfeo.develocity.api` using system properti
4343
- from script code
4444

4545
```kotlin
46-
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
46+
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
4747
@file:DependsOn("org.slf4j:slf4j-simple:2.0.17")
4848

4949
System.setProperty("org.slf4j.simpleLogger.log.com.gabrielfeo.develocity.api", "debug")
@@ -56,7 +56,7 @@ System.setProperty("org.slf4j.simpleLogger.log.com.gabrielfeo.develocity.api", "
5656
```kotlin
5757
#!/usr/bin/env kotlin -script -J-Dorg.slf4j.simpleLogger.log.com.gabrielfeo.develocity.api=debug
5858

59-
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
59+
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
6060
@file:DependsOn("org.slf4j:slf4j-simple:2.0.17")
6161

6262
// ...
@@ -81,7 +81,7 @@ Adding `simple-logger` to your classpath is the easiest way to get logging in pr
8181
```kotlin
8282
// build.gradle.kts
8383
dependencies {
84-
implementation("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
84+
implementation("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
8585
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")
8686
}
8787
```

examples/example-gradle-task/buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
implementation("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
6+
implementation("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
77
implementation("org.apache.commons:commons-math3:3.6.1")
88
}
99

examples/example-notebooks/Logging.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"execution_count": null,
88
"source": [
99
"%useLatestDescriptors\n",
10-
"%use develocity-api-kotlin(version=2024.3.0)\n",
10+
"%use develocity-api-kotlin(version=2025.1.1)\n",
1111
"%use coroutines(v=1.7.1)\n",
1212
"\n",
1313
"val api = DevelocityApi.newInstance(config = Config(cacheConfig = Config.CacheConfig(cacheEnabled = false)))"

examples/example-notebooks/MostFrequentBuilds.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"Add libraries to use, via line magics. `%use` is a [line magic](https://github.com/Kotlin/kotlin-jupyter#line-magics) of the Kotlin kernel that can do much more than adding the library. To illustrate, this setup can be replaced with a single line magic.\n",
3636
"\n",
3737
"```kotlin\n",
38-
"@file:DependsOn(\"com.gabrielfeo:develocity-api-kotlin:2024.3.0\")\n",
38+
"@file:DependsOn(\"com.gabrielfeo:develocity-api-kotlin:2025.1.1\")\n",
3939
"\n",
4040
"import com.gabrielfeo.develocity.api.*\n",
4141
"import com.gabrielfeo.develocity.api.model.*\n",
@@ -45,7 +45,7 @@
4545
"is the same as:\n",
4646
"\n",
4747
"```\n",
48-
"%use develocity-api-kotlin(version=2024.3.0)\n",
48+
"%use develocity-api-kotlin(version=2025.1.1)\n",
4949
"```"
5050
]
5151
},
@@ -62,7 +62,7 @@
6262
"outputs": [],
6363
"source": [
6464
"%useLatestDescriptors\n",
65-
"%use develocity-api-kotlin(version=2024.3.0)\n",
65+
"%use develocity-api-kotlin(version=2025.1.1)\n",
6666
"%use coroutines(v=1.7.1)\n",
6767
"\n",
6868
"val api = DevelocityApi.newInstance()"

examples/example-project/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ application {
88
}
99

1010
dependencies {
11-
implementation("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
11+
implementation("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
1212
}
1313

1414
repositories {

examples/example-scripts/example-script.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Run this with at least 1GB of heap to accommodate the fetched data: JAVA_OPTS=-Xmx1g
1818
*/
1919

20-
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2024.3.0")
20+
@file:DependsOn("com.gabrielfeo:develocity-api-kotlin:2025.1.1")
2121

2222
import com.gabrielfeo.develocity.api.*
2323
import com.gabrielfeo.develocity.api.model.*

0 commit comments

Comments
 (0)