Skip to content

Commit

Permalink
Merge branch 'dev' into feature/xisf
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Apr 1, 2024
2 parents 2e18a9f + b56b557 commit b1817d6
Show file tree
Hide file tree
Showing 5 changed files with 1,670 additions and 1,177 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ on:
branches: [ main ]
paths:
- '**.kt'
- '**/src/test/resources/**'
pull_request:
branches: [ main ]
paths:
- '**.kt'
- '**/src/test/resources/**'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar

plugins {
kotlin("jvm")
id("org.springframework.boot") version "3.2.3"
id("org.springframework.boot") version "3.2.4"
id("io.spring.dependency-management") version "1.1.4"
kotlin("plugin.spring")
kotlin("kapt")
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-undertow")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
kapt("org.springframework:spring-context-indexer:6.1.4")
kapt("org.springframework:spring-context-indexer:6.1.5")
testImplementation(project(":nebulosa-astrobin-api"))
testImplementation(project(":nebulosa-skycatalog-stellarium"))
testImplementation(project(":nebulosa-test"))
Expand Down
Loading

0 comments on commit b1817d6

Please sign in to comment.