Update kotlin version
This commit is contained in:
parent
6dfd6e4148
commit
c70afb8e53
2 changed files with 6 additions and 6 deletions
|
|
@ -6,9 +6,9 @@ import java.io.Serializable
|
|||
|
||||
interface HistoryListener : Serializable {
|
||||
@Throws(DroolsChtijbugException::class)
|
||||
open fun fireEvent(newHistoryEvent: HistoryEvent?)
|
||||
fun fireEvent(newHistoryEvent: HistoryEvent?)
|
||||
|
||||
open fun withDetails(): Boolean
|
||||
fun withDetails(): Boolean
|
||||
|
||||
open fun setDetails(details: Boolean?)
|
||||
fun setDetails(details: Boolean?)
|
||||
}
|
||||
2
pom.xml
2
pom.xml
|
|
@ -41,7 +41,7 @@
|
|||
<postgres.version>42.2.8</postgres.version>
|
||||
<postgresql.version>42.2.8</postgresql.version>
|
||||
<activemq.version>5.15.10</activemq.version>
|
||||
<kotlin.version>1.9.25</kotlin.version>
|
||||
<kotlin.version>2.1.0</kotlin.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue