Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用gradle-5.0-rc-5-all.zip的时候又报错,Error:No such property: GradleVersion for class: JetGradlePlugin为什么? #7

Open
2280908187 opened this issue Jan 28, 2019 · 1 comment

Comments

@2280908187
Copy link

gradle配置
group 'xxxxxx'
version '1.0-SNAPSHOT'

apply plugin: 'java'

sourceCompatibility = 1.8

repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/"}
mavenCentral()
jcenter()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.springframework:spring-webmvc:5.0.5.RELEASE'
compile 'javax.validation:validation-api:2.0.1.Final'
compile 'org.hibernate:hibernate-validator:5.1.0.Final'
compile 'org.slf4j:slf4j-api:1.7.25'
runtime 'javax.servlet:jstl:1.2'
}

@pkaq
Copy link
Member

pkaq commented Jan 28, 2019

换5.1.1试下?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants