Skip to content

Instantly share code, notes, and snippets.

View arcezd's full-sized avatar
🏠
Working from home

Diego Arce arcezd

🏠
Working from home
View GitHub Profile
@arcezd
arcezd / .hyper.js
Last active November 6, 2017 01:15
hyper.is | Config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
updateChannel: 'stable',
@arcezd
arcezd / build.gradle
Created October 2, 2017 16:37
Build Gradle to read yaml properties [Gradle 2.13]
import org.yaml.snakeyaml.DumperOptions
import org.yaml.snakeyaml.Yaml
buildscript{
ext{
springBootVersion = '1.5.7.RELEASE'
}
repositories{
mavenCentral()
}