File tree Expand file tree Collapse file tree
compiler/suspend-transform-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ allprojects {
3838
3939apply (plugin = " suspend-transform.nexus-publish" )
4040
41- tasks.create(" createChangelog" ) {
41+ tasks.register(" createChangelog" ) {
42+ description = " Create changelog file."
4243 group = " documentation"
4344 doFirst {
4445 val tag = " v$ktVersion -${IProject .pluginVersion} "
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ sourceSets {
9999 }
100100}
101101
102- task<JavaExec >(" generateTest" ) {
102+ tasks.register<JavaExec >(" generateTest" ) {
103+ description = " Generate test"
103104 classpath = sourceSets.test.get().runtimeClasspath
104105 mainClass = " love.forte.plugin.suspendtrans.GenerateTestsKt"
105106}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- # distributionUrl=https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4- distributionUrl =https\://mirrors.cloud.tencent.com/gradle/gradle-8.10.2-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.4 -bin.zip
4+ # distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.10.2-bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments