Skip to content

Reduce the use regex to improve performance #49

Reduce the use regex to improve performance

Reduce the use regex to improve performance #49

Workflow file for this run

name: Build with Java 8
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Gradle
run: gradle build --stacktrace