Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 6a463f4

Browse files
authored
Publish Curiostack 0.1.0 (#478)
1 parent 8603799 commit 6a463f4

File tree

10 files changed

+30
-26
lines changed

10 files changed

+30
-26
lines changed

developer-portal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
plugins {
26-
id("org.curioswitch.gradle-curio-static-site-plugin")
26+
id("org.curioswitch.gradle-static-site-plugin")
2727
}
2828

2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-rc-3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pluginManagement {
4444

4545
plugins {
4646
id("com.gradle.enterprise").version("3.0")
47-
id("org.curioswitch.gradle-curiostack-plugin").version("0.0.188-RC13")
47+
id("org.curioswitch.gradle-curiostack-plugin").version("0.1.0")
4848
}
4949

5050
configure<CuriostackExtension> {

tools/curiostack-bom/build.gradle.kts

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ repositories {
4848
data class DependencySet(val group: String, val version: String, val modules: List<String>)
4949

5050
val DEPENDENCY_BOMS = listOf(
51-
"com.fasterxml.jackson:jackson-bom:2.10.0",
51+
"com.fasterxml.jackson:jackson-bom:2.10.1",
5252
"com.google.cloud:google-cloud-bom:0.116.0-alpha",
5353
"com.google.api-client:google-api-client-bom:1.30.5",
54-
"com.google.http-client:google-http-client-bom:1.32.1",
54+
"com.google.http-client:google-http-client-bom:1.33.0",
5555
"com.linecorp.armeria:armeria-bom:0.95.0",
5656
"io.dropwizard.metrics:metrics-bom:4.1.1",
5757
"io.grpc:grpc-bom:1.25.0",
@@ -113,11 +113,6 @@ val DEPENDENCY_SETS = listOf(
113113
"3.0.2",
114114
listOf("jsr305")
115115
),
116-
DependencySet(
117-
"com.google.cloud",
118-
"0.115.0-beta",
119-
listOf("google-cloud-iot")
120-
),
121116
DependencySet(
122117
"com.google.cloud.sql",
123118
"1.0.15",
@@ -158,7 +153,7 @@ val DEPENDENCY_SETS = listOf(
158153
),
159154
DependencySet(
160155
"com.spotify",
161-
"4.2.1",
156+
"4.2.2",
162157
listOf("futures-extra")
163158
),
164159
DependencySet(
@@ -189,7 +184,7 @@ val DEPENDENCY_SETS = listOf(
189184
),
190185
DependencySet(
191186
"io.fabric8",
192-
"4.6.2",
187+
"4.6.3",
193188
listOf("kubernetes-client")
194189
),
195190
DependencySet(
@@ -234,7 +229,7 @@ val DEPENDENCY_SETS = listOf(
234229
),
235230
DependencySet(
236231
"net.bytebuddy",
237-
"1.10.2",
232+
"1.10.3",
238233
listOf("byte-buddy", "byte-buddy-agent")
239234
),
240235
DependencySet(
@@ -254,7 +249,7 @@ val DEPENDENCY_SETS = listOf(
254249
),
255250
DependencySet(
256251
"org.assertj",
257-
"3.2.1",
252+
"3.3.0",
258253
listOf("assertj-guava")
259254
),
260255
DependencySet(
@@ -309,7 +304,7 @@ val DEPENDENCY_SETS = listOf(
309304
),
310305
DependencySet(
311306
"org.mockito",
312-
"3.1.8",
307+
"3.1.10",
313308
listOf("mockito-core", "mockito-junit-jupiter")
314309
),
315310
DependencySet(
@@ -319,7 +314,7 @@ val DEPENDENCY_SETS = listOf(
319314
),
320315
DependencySet(
321316
"org.simpleflatmapper",
322-
"8.1.1",
317+
"8.2.0",
323318
listOf(
324319
"sfm-converter", "sfm-jdbc", "sfm-jooq", "sfm-map", "sfm-reflect", "sfm-util")
325320
),
@@ -332,7 +327,7 @@ val DEPENDENCY_SETS = listOf(
332327

333328
val DEPENDENCIES = listOf(
334329
"com.bmuschko:gradle-docker-plugin:5.3.0",
335-
"com.diffplug.spotless:spotless-plugin-gradle:3.25.0",
330+
"com.diffplug.spotless:spotless-plugin-gradle:3.26.0",
336331
"com.github.ben-manes:gradle-versions-plugin:0.27.0",
337332
"com.google.code.gson:gson:2.8.6",
338333
"com.google.gradle:osdetector-gradle-plugin:1.6.2",
@@ -344,7 +339,6 @@ val DEPENDENCIES = listOf(
344339
"gradle.plugin.com.boxfuse.client:gradle-plugin-publishing:6.0.6",
345340
"gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.7.0",
346341
"gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.0",
347-
"gradle.plugin.com.palantir.graal:gradle-graal:0.6.0-32-g68fa986",
348342
"gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0",
349343
"io.sgr:s2-geometry-library-java:1.0.1",
350344
"it.unimi.dsi:fastutil:8.3.0",

tools/curiostack-bom/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# SOFTWARE.
2323
#
2424

25-
version = 0.0.16
25+
version = 0.1.0

tools/gradle-plugins/gradle-curiostack-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# SOFTWARE.
2323
#
2424

25-
version = 0.0.188-RC13
25+
version = 0.1.0

tools/gradle-plugins/gradle-curiostack-plugin/src/main/java/org/curioswitch/gradle/plugins/curiostack/CuriostackPlugin.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.curioswitch.gradle.plugins.gcloud.GcloudBuildCachePlugin;
2828
import org.curioswitch.gradle.plugins.gcloud.buildcache.CloudStorageBuildCache;
2929
import org.gradle.api.Plugin;
30+
import org.gradle.api.artifacts.dsl.RepositoryHandler;
3031
import org.gradle.api.initialization.Settings;
3132

3233
public class CuriostackPlugin implements Plugin<Settings> {
@@ -35,6 +36,8 @@ public class CuriostackPlugin implements Plugin<Settings> {
3536
public void apply(Settings settings) {
3637
var config = CuriostackExtension.createAndAdd(settings);
3738

39+
configureRepositories(settings.getBuildscript().getRepositories());
40+
3841
settings.getPlugins().apply(GcloudBuildCachePlugin.class);
3942

4043
var buildCache = settings.getBuildCache();
@@ -57,7 +60,14 @@ public void apply(Settings settings) {
5760
.getGradle()
5861
.rootProject(
5962
project -> {
63+
configureRepositories(project.getBuildscript().getRepositories());
6064
project.getPlugins().apply(CuriostackRootPlugin.class);
6165
});
6266
}
67+
68+
private static void configureRepositories(RepositoryHandler repositories) {
69+
repositories.jcenter();
70+
repositories.gradlePluginPortal();
71+
repositories.mavenLocal();
72+
}
6373
}

tools/gradle-plugins/gradle-curiostack-plugin/src/main/java/org/curioswitch/gradle/plugins/curiostack/ToolDependencies.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ public class ToolDependencies {
3232

3333
private static Map<String, String> DEFAULT_VERSIONS =
3434
ImmutableMap.<String, String>builder()
35-
.put("bom", "0.0.16")
35+
.put("bom", "0.1.0")
3636
.put("claat", "2.2.0")
37-
.put("gcloud", "269.0.0")
37+
.put("gcloud", "271.0.0")
3838
.put("golang", "1.13.4")
3939
.put("google-java-format", "1.7")
40-
.put("gradle", "6.0-rc-3")
40+
.put("gradle", "6.0")
4141
.put("helm", "2.10.0")
4242
.put("miniconda", "Miniconda3-4.7.12.1")
4343
.put("node", "12.13.0")
4444
.put("openjdk", "zulu13.28.11-ca-jdk13.0.1")
4545
.put("openjdk8", "zulu8.42.0.21-ca-jdk8.0.232")
46-
.put("terraform", "0.12.13")
46+
.put("terraform", "0.12.14")
4747
.put("terraform-gsuite-provider", "0.1.35")
4848
.put("yarn", "1.19.1")
4949
.build();

tools/gradle-plugins/gradle-golang-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gradlePlugin {
5656
pluginBundle {
5757
website = "https://github.com/curioswitch/curiostack/"
5858
vcsUrl = "https://github.com/curioswitch/curiostack.git"
59-
tags = listOf("curiostack", "gcp", "grpc", "terraform", "miniconda", "nodejs")
59+
tags = listOf("curiostack", "go", "golang")
6060
}
6161

6262
publishing {

tools/gradle-plugins/gradle-golang-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# SOFTWARE.
2323
#
2424

25-
version = 0.0.25
25+
version = 0.1.0

0 commit comments

Comments
 (0)