File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/test/kotlin/com/github/yusufugurozbek/testcontainers/port/updater Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
5
5
pluginName = Testcontainers Port Updater
6
- pluginVersion = 0.1.1
6
+ pluginVersion = 0.1.2
7
7
pluginSinceBuild = 203
8
8
pluginUntilBuild = 221.*
9
9
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ object TestConstants {
4
4
const val DATASOURCE_URL_1 = " jdbc:postgresql://localhost:55001/test"
5
5
const val DATASOURCE_URL_2 = " jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
6
6
const val LOG_ENTRY_1 = " 2021-07-16 14:05:56.360 INFO [my-application,,] 33702 --- [" +
7
- " main] o.f.c.i.database.base.DatabaseType : " +
8
- " Database: jdbc:postgresql://localhost:55001/test (PostgreSQL 10.17)"
7
+ " main] o.f.c.i.database.base.DatabaseType : " +
8
+ " Database: jdbc:postgresql://localhost:55001/test (PostgreSQL 10.17)"
9
9
const val LOG_ENTRY_2 = " 2021-07-16 14:05:56.360 INFO [my-application,,] 33702 --- [" +
10
- " main] o.f.c.i.database.base.DatabaseType : " +
11
- " Database: jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
10
+ " main] o.f.c.i.database.base.DatabaseType : " +
11
+ " Database: jdbc:postgresql://localhost:55001/test?loggerLevel=OFF"
12
12
}
You can’t perform that action at this time.
0 commit comments