Skip to content

Commit

Permalink
upgraded version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookie authored and Rookie committed Apr 14, 2022
1 parent 448372b commit 6e2c875
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ tasks.withType(Javadoc) {
}

group 'org.rookie.plugins'
version '1.2'
version '1.3'

sourceCompatibility = 1.8

repositories {
mavenCentral()
mavenLocal()
google()
maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
}

dependencies {
Expand All @@ -34,6 +35,11 @@ intellij {
}
patchPluginXml {
changeNotes = """
1.3 (2022-04-14) <br>
<ul>
<li>added 2022.X version support.</li>
<li>fix method parameter reference problem.</li>
</ul>
1.2 (2022-01-22) <br>
<ul>
<li>Fix @Builder.Default bug</li>
Expand All @@ -51,6 +57,7 @@ patchPluginXml {
"""

sinceBuild = "201"
untilBuild = "223"
}
test {
useJUnitPlatform()
Expand Down
2 changes: 2 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
systemProp.http.proxyHost=mirrors.neusoft.edu.cn
systemProp.http.proxyPort=80

0 comments on commit 6e2c875

Please sign in to comment.