|
| 1 | +/* |
| 2 | + * Copyright 2023 ABSA Group Limited |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
| 15 | + */ |
| 16 | + |
| 17 | +ThisBuild / organizationHomepage := Some(url("https://www.absa.africa")) |
| 18 | +ThisBuild / scmInfo := Some( |
| 19 | + ScmInfo( |
| 20 | + browseUrl = url("https://github.com/AbsaOSS/springdoc-openapi-scala/tree/main"), |
| 21 | + connection = "scm:git:git://github.com/AbsaOSS/springdoc-openapi-scala.git", |
| 22 | + devConnection = "scm:git:ssh://github.com/AbsaOSS/springdoc-openapi-scala.git" |
| 23 | + ) |
| 24 | +) |
| 25 | + |
| 26 | +ThisBuild / developers := List( |
| 27 | + Developer( |
| 28 | + id = "jakipatryk", |
| 29 | + name = "Bartlomiej Baj", |
| 30 | + |
| 31 | + url = url("https://github.com/jakipatryk") |
| 32 | + ) |
| 33 | +) |
| 34 | + |
| 35 | +ThisBuild / homepage := Some(url("https://github.com/AbsaOSS/springdoc-openapi-scala")) |
| 36 | +ThisBuild / description := "Enhancement of springdoc-openapi for Scala" |
| 37 | +ThisBuild / organizationName := "ABSA Group Limited" |
| 38 | +ThisBuild / startYear := Some(2023) |
| 39 | +ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt") |
0 commit comments