1 Star 0 Fork 0

StephenMAO/Graphql-Generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle.kts 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
StephenMAO 提交于 2023-04-18 10:40 . feat:init
plugins {
java
id("org.jetbrains.intellij") version "1.8.0"
}
group = "com.mao.graphqlgenerator"
version = "1.0.0-SNAPSHOT"
//repositories {
// mavenCentral()
//}
buildscript {
repositories {
mavenLocal()
maven { url = uri("https://maven.aliyun.com/repository/public/") }
mavenCentral()
maven { url = uri("https://plugins.gradle.org/m2/") }
maven { url = uri("https://oss.sonatype.org/content/repositories/releases/") }
maven { url = uri("https://dl.bintray.com/jetbrains/intellij-plugin-service") }
maven { url = uri("https://dl.bintray.com/jetbrains/intellij-third-party-dependencies/") }
}
dependencies {
classpath("org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.8.0")
}
}
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.2.2")
type.set("IU") // Target IDE Platform
plugins.set(listOf("java",
"DatabaseTools"))
}
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
dependencies {
implementation("com.graphql-java:graphql-java:20.2")
}
tasks {
// Set the JVM compatibility versions
withType<JavaCompile> {
options.encoding = "UTF-8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stephenmao/graphql-generator.git
git@gitee.com:stephenmao/graphql-generator.git
stephenmao
graphql-generator
Graphql-Generator
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385