Update
This commit is contained in:
parent
0576b1134e
commit
b4418f2c62
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'zulu'
|
||||
|
||||
- name: Setup Gradle
|
||||
|
||||
@ -6,23 +6,16 @@ plugins {
|
||||
}
|
||||
|
||||
group = "no.iktdev"
|
||||
version = "1.0-rc1"
|
||||
version = "1.0-SNAPSHOT"
|
||||
val named = "eventi"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
val exposedVersion = "0.61.0"
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation ("mysql:mysql-connector-java:8.0.29")
|
||||
implementation("org.jetbrains.exposed:exposed-core:${exposedVersion}")
|
||||
implementation("org.jetbrains.exposed:exposed-dao:${exposedVersion}")
|
||||
implementation("org.jetbrains.exposed:exposed-jdbc:${exposedVersion}")
|
||||
implementation("org.jetbrains.exposed:exposed-java-time:${exposedVersion}")
|
||||
|
||||
implementation("com.google.code.gson:gson:2.8.9")
|
||||
|
||||
|
||||
@ -57,6 +50,7 @@ val reposiliteUrl = if (version.toString().endsWith("SNAPSHOT")) {
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("reposilite") {
|
||||
artifactId = named
|
||||
versionMapping {
|
||||
usage("java-api") {
|
||||
fromResolutionOf("runtimeClasspath")
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
}
|
||||
rootProject.name = "Eventi"
|
||||
rootProject.name = "eventi"
|
||||
Loading…
Reference in New Issue
Block a user