Skip to content

Commit

Permalink
Merge pull request #1 from britka/release-1.0.0
Browse files Browse the repository at this point in the history
update yml
  • Loading branch information
britka authored Dec 10, 2023
2 parents 3776bea + e944db3 commit 187cce2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
}

repositories {
Expand Down Expand Up @@ -37,8 +38,8 @@ dependencies {
}

group = 'io.github.britka'
version = '0.0.1-SNAPSHOT'
description = 'playwrightium'
version = '1.0.0'
description = 'playwright-webdriver'
java.sourceCompatibility = JavaVersion.VERSION_17

publishing {
Expand All @@ -57,8 +58,8 @@ javadoc {
options.encoding = 'UTF-8'
}

test{
useJUnitPlatform(){
test {
useJUnitPlatform() {
filter {
includeTestsMatching("org.brit.test.playwrightium.**")
includeTestsMatching("org.brit.test.selenide.**")
Expand Down

0 comments on commit 187cce2

Please sign in to comment.