Various updates to dependencies.
This commit is contained in:
parent
89de181784
commit
d219d03800
@ -1,10 +1,11 @@
|
||||
name: Jb-ssg-site CI Pipeline
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
ci:
|
||||
if: github.event.base_ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code.
|
||||
|
17
build.gradle
17
build.gradle
@ -1,13 +1,22 @@
|
||||
plugins {
|
||||
id 'com.jessebrault.ssg' version '0.4.2'
|
||||
id 'com.jessebrault.ssg' version '0.5.0-SNAPSHOT'
|
||||
id 'distribution'
|
||||
}
|
||||
|
||||
group = 'com.jessebrault'
|
||||
version = '0.1.0'
|
||||
version = '0.1.1-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://archiva.jessebrault.com/repository/snapshots/'
|
||||
|
||||
credentials {
|
||||
username System.getenv('JBARCHIVA_USERNAME')
|
||||
password System.getenv('JBARCHIVA_PASSWORD')
|
||||
}
|
||||
}
|
||||
|
||||
maven {
|
||||
url 'https://archiva.jessebrault.com/repository/internal/'
|
||||
|
||||
@ -27,7 +36,9 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.apache.groovy:groovy:4.0.21'
|
||||
implementation 'org.apache.groovy:groovy:4.0.25'
|
||||
|
||||
implementation 'com.jessebrault.ssg:cli:0.5.0-SNAPSHOT'
|
||||
|
||||
serverImplementation 'org.eclipse.jetty:jetty-server:12.0.9'
|
||||
serverImplementation 'info.picocli:picocli:4.7.6'
|
||||
|
@ -2,7 +2,7 @@ pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://archiva.jessebrault.com/repository/internal/'
|
||||
url 'https://archiva.jessebrault.com/repository/snapshots/'
|
||||
|
||||
credentials {
|
||||
username System.getenv('JBARCHIVA_USERNAME')
|
||||
|
Loading…
Reference in New Issue
Block a user