We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eabab commit e2a4094Copy full SHA for e2a4094
subprojects/trino-redisearch/trino-redisearch.gradle
@@ -53,4 +53,10 @@ docker {
53
copySpec.from("src/main/docker/setup").into("setup")
54
dockerfile file('src/main/docker/Dockerfile')
55
buildArgs([TRINO_VERSION: trinoVersion, BUILD_VERSION: project.version])
56
+}
57
+
58
+eclipse {
59
+ project {
60
+ name = 'redis-sql-trino-redisearch'
61
+ }
62
}
0 commit comments