|
1 | 1 | [versions]
|
2 |
| -android_gradle = "8.9.0" |
3 |
| -gradle_publish = "1.2.2" |
4 |
| -plugin_version = "1.3.8" |
5 |
| -annotations = "26.0.1" |
6 |
| -httpcore = "4.4.16" |
7 |
| -httpclient = "4.5.14" |
8 |
| -httpmime = "4.5.14" |
9 |
| -junit = "5.11.3" |
10 |
| -gson = "2.11.0" |
| 2 | +android_gradle = "8.9.0" |
| 3 | +gradle_publish = "1.2.2" |
| 4 | +plugin_version = "1.3.8" |
| 5 | +annotations = "26.0.1" |
| 6 | +httpcore = "4.4.16" |
| 7 | +httpclient = "4.5.14" |
| 8 | +httpmime = "4.5.14" |
| 9 | +junit = "5.11.3" |
| 10 | +gson = "2.11.0" |
11 | 11 |
|
12 | 12 | [plugins]
|
13 |
| -maven_publish = { id = "maven-publish" } |
14 |
| -gradle_plugin = { id = "org.gradle.java-gradle-plugin" } |
15 |
| -gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" } |
| 13 | +maven_publish = { id = "maven-publish" } |
| 14 | +gradle_plugin = { id = "org.gradle.java-gradle-plugin" } |
| 15 | +gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" } |
16 | 16 |
|
17 | 17 | # The plugin can be defined in other projects alike this:
|
18 | 18 | # agconnect_publishing = { id = "io.syslogic.agconnect.publishing", version.ref = "plugin_version" }
|
19 | 19 |
|
20 | 20 | [libraries]
|
21 |
| -android_gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android_gradle" } |
22 |
| -annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" } |
23 |
| -httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" } |
24 |
| -httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" } |
25 |
| -httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" } |
26 |
| -junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" } |
27 |
| -gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
| 21 | +android_gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android_gradle" } |
| 22 | +annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" } |
| 23 | +httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" } |
| 24 | +httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" } |
| 25 | +httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" } |
| 26 | +junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" } |
| 27 | +gson = { module = "com.google.code.gson:gson", version.ref = "gson" } |
28 | 28 |
|
29 | 29 | [bundles]
|
30 | 30 | http_components = ["httpcore", "httpclient", "httpmime", "gson"]
|
0 commit comments