Skip to content

Commit

Permalink
Add test from i18764
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneFlesselle committed Nov 26, 2023
1 parent b61e010 commit 520ad66
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 520ad66

Please sign in to comment.