Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 2, 2024
1 parent 053eb7f commit e91d7ac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
kotlin.code.style=official
# Gradle config
org.gradle.caching=true
org.gradle.configuration-cache=true
#org.gradle.configuration-cache=true
org.gradle.warning-mode=all
# Project info
project.name=webmonitor
project.group=com.enniovisco
# projectVersion=1.0.0
#projectVersion=1.0.0
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/com/enniovisco/tracking/PageTrackerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PageTrackerTest {
assertTrue { tracker.isRecordingAt(event) }
}

@Disabled("Broken")
@Disabled("Broken") // TODO: Restore test
@Test
fun `trivial session runs`() {
val tracker = trackerStub()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.net.*

internal class SessionBuilderTest {

@Disabled("Broken")
@Disabled("Broken") // TODO: Restore test
@Test
fun `browser session is initialized correctly`() {
val url = URI.create("https://google.com").toURL()
Expand Down

0 comments on commit e91d7ac

Please sign in to comment.