Skip to content

Commit

Permalink
Merge pull request #108 from gradle/lorinc/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Lőrinc Pap authored Jun 29, 2021
2 parents de2a17f + 9a1a61e commit db82def
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val plugin: Configuration by configurations.creating
configurations.getByName("compileOnly").extendsFrom(plugin)

dependencies {
val asmVersion = "9.1"
val asmVersion = "9.2"
plugin("org.ow2.asm:asm:${asmVersion}")

testImplementation(gradleTestKit())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class TestNGFuncTest extends AbstractFrameworkFuncTest {
protected String buildConfiguration() {
return """
dependencies {
testImplementation 'org.testng:testng:7.0.0'
testImplementation 'org.testng:testng:7.4.0'
}
test {
useTestNG()
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise").version("3.6.2")
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin").version("0.7.2")
id("com.gradle.enterprise").version("3.6.3")
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin").version("0.8-alpha1")
}

gradleEnterprise {
Expand Down

0 comments on commit db82def

Please sign in to comment.