Skip to content

Commit 702e97a

Browse files
authored
Merge pull request #5 from lichess-org/jitpack/0
Support build with jitpack
2 parents 331f713 + 987d886 commit 702e97a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
addSbtPlugin("com.typesafe.play" % "sbt-scripted-tools" % sys.props("project.version"))
3+
addSbtPlugin("com.github.lichess-org.liplay" % "sbt-scripted-tools" % sys.props("project.version"))
44
lazy val plugins = (project in file(".")).settings(scalaVersion := "3.8.4")

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk21

project/BuildSettings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object BuildSettings {
1717

1818
/** These settings are used by all projects. */
1919
def playCommonSettings: Seq[Setting[?]] = Def.settings(
20-
organization := "com.typesafe.play",
20+
organization := "com.github.lichess-org.liplay",
2121
scalaVersion := scala3,
2222
(Compile / doc / scalacOptions) := Seq("-no-java-comments"),
2323
(Test / fork) := true,
@@ -28,7 +28,7 @@ object BuildSettings {
2828
Tests.Argument(TestFrameworks.Specs2, "showtimes"),
2929
Tests.Argument(TestFrameworks.JUnit, "-v")
3030
),
31-
version := "2.8.18-lila_3.23"
31+
version := "3.0.0-RC1"
3232
)
3333

3434
def playScriptedSettings: Seq[Setting[?]] = Seq(

0 commit comments

Comments
 (0)