Skip to content

Commit

Permalink
Add test from i18764
Browse files Browse the repository at this point in the history
[Cherry-picked b1b0372]
  • Loading branch information
EugeneFlesselle authored and WojciechMazur committed Jun 23, 2024
1 parent 6dac949 commit 37dc190
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sbt-test/java-compat/i18764/Test.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

import org.jooq.impl.TableRecordImpl

class TRecord extends TableRecordImpl[TRecord](null) {}
9 changes: 9 additions & 0 deletions sbt-test/java-compat/i18764/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

scalaVersion := sys.props("plugin.scalaVersion")

lazy val dependencies = Seq(
"org.jooq" % "jooq-codegen" % "3.18.7",
)

lazy val jooqtest = (project in file("."))
.settings(libraryDependencies ++= dependencies)
1 change: 1 addition & 0 deletions sbt-test/java-compat/i18764/test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> compile

0 comments on commit 37dc190

Please sign in to comment.